We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ad0218 commit 9a824b1Copy full SHA for 9a824b1
pandas/tests/dtypes/test_inference.py
@@ -20,7 +20,7 @@
20
DatetimeIndex, TimedeltaIndex, Timestamp,
21
Panel, Period, Categorical, isna, Interval,
22
DateOffset)
23
-from pandas.compat import u, PY2, PY3, StringIO, lrange
+from pandas.compat import u, PY2, StringIO, lrange
24
from pandas.core.dtypes import inference
25
from pandas.core.dtypes.common import (
26
is_timedelta64_dtype,
0 commit comments