Skip to content

Commit 19358a5

Browse files
committed
removed unused imports
1 parent b0ec876 commit 19358a5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pandas/io/parquet.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@
33
from distutils.version import LooseVersion
44
from warnings import catch_warnings
55

6-
from pandas.compat import string_types
7-
8-
from pandas import DataFrame, Int64Index, RangeIndex, get_option
96
import pandas.core.common as com
10-
7+
from pandas import DataFrame, get_option
8+
from pandas.compat import string_types
119
from pandas.io.common import get_filepath_or_buffer, is_s3_url
1210

1311

0 commit comments

Comments
 (0)