Skip to content

Commit

Permalink
Fix PEP8 unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bnaul committed Jun 25, 2018
1 parent c405778 commit 6ca2586
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/dtypes/test_inference.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
DatetimeIndex, TimedeltaIndex, Timestamp,
Panel, Period, Categorical, isna, Interval,
DateOffset)
from pandas.compat import u, PY2, PY3, StringIO, lrange
from pandas.compat import u, PY2, StringIO, lrange
from pandas.core.dtypes import inference
from pandas.core.dtypes.common import (
is_timedelta64_dtype,
Expand Down

0 comments on commit 6ca2586

Please sign in to comment.