Skip to content

Commit

Permalink
linters
Browse files Browse the repository at this point in the history
  • Loading branch information
dvora-h committed Jan 19, 2022
1 parent a99f7d8 commit 48d626b
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions redis/commands/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -3882,11 +3882,7 @@ class ScriptCommands:
"""

def _eval(
self,
command: str,
script: str,
numkeys: int,
*keys_and_args: list
self, command: str, script: str, numkeys: int, *keys_and_args: list
) -> str:
return self.execute_command(command, script, numkeys, *keys_and_args)

Expand Down

0 comments on commit 48d626b

Please sign in to comment.