Skip to content

Commit

Permalink
linter cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chayim committed Aug 2, 2023
1 parent 710120d commit 4a90854
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion redis/commands/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,8 @@ def client_list(
self, _type: Union[str, None] = None, client_id: List[EncodableT] = [], **kwargs
) -> ResponseT:
"""
Returns a list of currently connected clients. If type of client specified, only that type will be returned.
Returns a list of currently connected clients.
If type of client specified, only that type will be returned.
:param _type: optional. one of the client types (normal, master,
replica, pubsub)
Expand Down

0 comments on commit 4a90854

Please sign in to comment.