Skip to content

Commit 7385d94

Browse files
committed
sort the imports
1 parent 4ee5be4 commit 7385d94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pandas/tests/io/parser/test_common.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
from pandas.errors import DtypeWarning, EmptyDataError, ParserError
1818

1919
from pandas import (
20-
compat,
21-
concat,
2220
DataFrame,
2321
Index,
2422
MultiIndex,
25-
read_csv,
2623
Series,
24+
compat,
25+
concat,
26+
read_csv,
2727
)
2828

2929
import pandas._testing as tm

0 commit comments

Comments
 (0)