Skip to content

Commit 3934b1c

Browse files
authored
linters
1 parent f3a71f7 commit 3934b1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redis/commands/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1094,6 +1094,7 @@ def hello(self):
10941094
"""
10951095
raise NotImplementedError(
10961096
"HELLO is intentionally not implemented in the client."
1097+
)
10971098

10981099
def failover(self):
10991100
"""
@@ -1102,6 +1103,7 @@ def failover(self):
11021103
"""
11031104
raise NotImplementedError(
11041105
"FAILOVER is intentionally not implemented in the client."
1106+
)
11051107

11061108

11071109
class BasicKeyCommands:

0 commit comments

Comments
 (0)