We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12f14e2 commit 6db23d9Copy full SHA for 6db23d9
pandas/tests/test_common.py
@@ -19,7 +19,7 @@ def test_get_callable_name():
19
def fn(x):
20
return x
21
22
- lambda_ = lambda x: x
+ lambda_ = lambda x: x # noqa: E731
23
part1 = partial(fn)
24
part2 = partial(part1)
25
0 commit comments