Skip to content

Commit 9a824b1

Browse files
committed
Linting
1 parent 0ad0218 commit 9a824b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/test_inference.py

+1-1
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)