Skip to content

Commit 5b489ca

Browse files
isort fixes
1 parent 3546b6d commit 5b489ca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pandas/tests/io/parser/test_python_parser_only.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,14 @@
88
import csv
99
from io import BytesIO, StringIO
1010

11+
import psutil
1112
import pytest
1213

13-
from pandas.errors import ParserError, EmptyDataError
14+
from pandas.errors import EmptyDataError, ParserError
1415

1516
from pandas import DataFrame, Index, MultiIndex
1617
import pandas._testing as tm
1718

18-
import psutil
19-
2019

2120
def test_default_separator(python_parser_only):
2221
# see gh-17333

0 commit comments

Comments
 (0)