We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c405778 commit 6ca2586Copy full SHA for 6ca2586
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