Skip to content

Commit 4ee5be4

Browse files
committed
sort the imports
1 parent 77c8ee0 commit 4ee5be4

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,
2022
DataFrame,
2123
Index,
2224
MultiIndex,
23-
Series,
24-
compat,
25-
concat,
2625
read_csv,
26+
Series,
2727
)
2828

2929
import pandas._testing as tm

0 commit comments

Comments
 (0)