Skip to content

Commit

Permalink
removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
anjsudh committed Nov 4, 2018
1 parent b0ec876 commit 19358a5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pandas/io/parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@
from distutils.version import LooseVersion
from warnings import catch_warnings

from pandas.compat import string_types

from pandas import DataFrame, Int64Index, RangeIndex, get_option
import pandas.core.common as com

from pandas import DataFrame, get_option
from pandas.compat import string_types
from pandas.io.common import get_filepath_or_buffer, is_s3_url


Expand Down

0 comments on commit 19358a5

Please sign in to comment.