Skip to content

Commit

Permalink
Ignore flake error needed for test
Browse files Browse the repository at this point in the history
  • Loading branch information
dhimmel committed Jul 30, 2018
1 parent 12f14e2 commit 6db23d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ def test_get_callable_name():
def fn(x):
return x

lambda_ = lambda x: x
lambda_ = lambda x: x # noqa: E731
part1 = partial(fn)
part2 = partial(part1)

Expand Down

0 comments on commit 6db23d9

Please sign in to comment.