Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
scheibelp committed Oct 10, 2024
1 parent 77ac2da commit 4b38252
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/benchpark/cmd/audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def audit_experiment(exp_cls):
errors = list()

for method in required_methods:
if method not in exp_cls.__dict__:
if method not in exp_cls.__dict__:
errors.append(f"{exp_cls.__name__} does not implement {method}")

return errors
Expand Down

0 comments on commit 4b38252

Please sign in to comment.