Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pomegranited committed Aug 23, 2021
1 parent 434f923 commit 5e6dcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kombu/transport/redis.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ def _prefix_args(self, args):
return [command, *args]

def parse_response(self, connection, command_name, **options):
"""Parses a response from the Redis server.
"""Parse a response from the Redis server.
Method wraps ``redis.parse_response()`` to remove prefixes of keys
returned by redis command.
Expand Down

0 comments on commit 5e6dcc8

Please sign in to comment.