Skip to content

Commit 6ca2586

Browse files
committed
Fix PEP8 unused import
1 parent c405778 commit 6ca2586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/test_inference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
DatetimeIndex, TimedeltaIndex, Timestamp,
2121
Panel, Period, Categorical, isna, Interval,
2222
DateOffset)
23-
from pandas.compat import u, PY2, PY3, StringIO, lrange
23+
from pandas.compat import u, PY2, StringIO, lrange
2424
from pandas.core.dtypes import inference
2525
from pandas.core.dtypes.common import (
2626
is_timedelta64_dtype,

0 commit comments

Comments
 (0)