Skip to content

Commit

Permalink
flake8 remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrockmendel committed Jan 31, 2018
1 parent afedba9 commit b8cf21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/util/testing.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
import pandas.compat as compat
from pandas.compat import (
filter, map, zip, range, unichr, lrange, lmap, lzip, u, callable, Counter,
raise_with_traceback, httplib, StringIO, PY3, long)
raise_with_traceback, httplib, StringIO, PY3)

from pandas import (bdate_range, CategoricalIndex, Categorical, IntervalIndex,
DatetimeIndex, TimedeltaIndex, PeriodIndex, RangeIndex,
Expand Down

0 comments on commit b8cf21d

Please sign in to comment.