8000 TST/CLN: series.duplicated; parametrisation; fix warning by h-vetinari · Pull Request #21899 · pandas-dev/pandas · GitHub
[go: up one dir, main page]

Skip to content

TST/CLN: series.duplicated; parametrisation; fix warning #21899

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Jul 16, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove space
  • Loading branch information
h-vetinari committed Jul 14, 2018
commit e64004039d9c358684f455479ab7c7d75e904a11
1 change: 0 additions & 1 deletion pandas/tests/series/test_duplicates.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
import numpy as np
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can remove space between pandas imports


from pandas import Series, Categorical

import pandas.util.testing as tm
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

use tm; don’t import assert_series_equal



Expand Down
0