Skip to content

Commit

Permalink
Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Jun 27, 2018
1 parent d3b5d0a commit 293eace
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/frame/test_analytics.py
Original file line number Diff line number Diff line change
Expand Up @@ -1656,7 +1656,7 @@ def test_duplicated_inverse_large(self, subset, keep):

@pytest.mark.parametrize('keep', ['first', 'last'])
def test_duplicated_inverse_fastpath(self, keep):
df = DataFrame({'A' : range(10)}) # no duplicates
df = DataFrame({'A': range(10)}) # no duplicates

expected_isdup = df.duplicated(keep=keep)
result_isdup, result_inv = df.duplicated(keep=keep,
Expand Down

0 comments on commit 293eace

Please sign in to comment.