Skip to content

Commit 1e38672

Browse files
committed
remove unused import
1 parent 4e507af commit 1e38672

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/parser/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
import pandas as pd
1818
import pandas.util.testing as tm
19-
from pandas import DataFrame, Series, Index, MultiIndex, Int64Index
19+
from pandas import DataFrame, Series, Index, MultiIndex
2020
from pandas import compat
2121
from pandas.compat import (StringIO, BytesIO, PY3,
2222
range, lrange, u)

0 commit comments

Comments
 (0)