Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Feb 27, 2024
1 parent 8e00276 commit b77c73a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion af_benchmark/executor/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ class BaseExecutor(ABC):
"""

@abstractmethod
def __init__(**kwargs):
def __init__(self, **kwargs):
return

def execute(self, func, args, **kwargs):
Expand Down

0 comments on commit b77c73a

Please sign in to comment.