Skip to content

Commit f895bde

Browse files
committed
reset test_duplicates.py to check travis ci error
1 parent 897b5e4 commit f895bde

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/tests/series/test_duplicates.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# coding=utf-8
22

3-
import numpy as np
43
import pytest
54

5+
import numpy as np
6+
7+
from pandas import Series, Categorical
68
import pandas.util.testing as tm
7-
from pandas import Categorical, Series
89

910

1011
def test_value_counts_nunique():

0 commit comments

Comments
 (0)