Skip to content

Commit c1c5eec

Browse files
authored
linters
1 parent 3934b1c commit c1c5eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis/commands/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1086,7 +1086,7 @@ def wait(self, num_replicas, timeout, **kwargs):
10861086
For more information check https://redis.io/commands/wait
10871087
"""
10881088
return self.execute_command("WAIT", num_replicas, timeout, **kwargs)
1089-
1089+
10901090
def hello(self):
10911091
"""
10921092
This function throws a NotImplementedError since it is intentionally

0 commit comments

Comments
 (0)