Skip to content

Commit be2eccb

Browse files
committed
removed unused imports
1 parent b0ec876 commit be2eccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/parquet.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
from pandas.compat import string_types
77

8-
from pandas import DataFrame, Int64Index, RangeIndex, get_option
8+
from pandas import DataFrame, get_option
99
import pandas.core.common as com
1010

1111
from pandas.io.common import get_filepath_or_buffer, is_s3_url

0 commit comments

Comments
 (0)