Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Aug 20, 2024
1 parent d67a31f commit 6c7bdba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_callbacks.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ def __call__(self, a):
assert m.dummy_function_overloaded_std_func_arg(A()) == 9
assert m.dummy_function_overloaded_std_func_arg(lambda i: i) == 9


def f2(a, b):
return a + b

Expand Down

0 comments on commit 6c7bdba

Please sign in to comment.