Skip to content

Commit a451d15

Browse files
style: pre-commit fixes
1 parent febc0b1 commit a451d15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_callbacks.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ def __call__(self, a):
115115
assert m.dummy_function_overloaded_std_func_arg(A()) == 9
116116
assert m.dummy_function_overloaded_std_func_arg(lambda i: i) == 9
117117

118-
119118
def f2(a, b):
120119
return a + b
121120

0 commit comments

Comments
 (0)