Skip to content

Commit 6db23d9

Browse files
committed
Ignore flake error needed for test
1 parent 12f14e2 commit 6db23d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def test_get_callable_name():
1919
def fn(x):
2020
return x
2121

22-
lambda_ = lambda x: x
22+
lambda_ = lambda x: x # noqa: E731
2323
part1 = partial(fn)
2424
part2 = partial(part1)
2525

0 commit comments

Comments
 (0)