Skip to content

Commit 48d626b

Browse files
committed
linters
1 parent a99f7d8 commit 48d626b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

redis/commands/core.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3882,11 +3882,7 @@ class ScriptCommands:
38823882
"""
38833883

38843884
def _eval(
3885-
self,
3886-
command: str,
3887-
script: str,
3888-
numkeys: int,
3889-
*keys_and_args: list
3885+
self, command: str, script: str, numkeys: int, *keys_and_args: list
38903886
) -> str:
38913887
return self.execute_command(command, script, numkeys, *keys_and_args)
38923888

0 commit comments

Comments
 (0)