Skip to content

Commit

Permalink
sort the imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rushabh-v committed Feb 1, 2020
1 parent 4ee5be4 commit 7385d94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pandas/tests/io/parser/test_common.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
from pandas.errors import DtypeWarning, EmptyDataError, ParserError

from pandas import (
compat,
concat,
DataFrame,
Index,
MultiIndex,
read_csv,
Series,
compat,
concat,
read_csv,
)

import pandas._testing as tm
Expand Down

0 comments on commit 7385d94

Please sign in to comment.