Skip to content

Commit f071bf6

Browse files
committed
Sort import sequence with isort
1 parent c24de12 commit f071bf6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pandas/tests/dtypes/test_inference.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
from pandas._libs import iNaT, lib, missing as libmissing
1919
import pandas.util._test_decorators as td
2020

21-
from pandas.core.arrays import IntegerArray
2221
from pandas.core.dtypes import inference
2322
from pandas.core.dtypes.common import (
2423
ensure_categorical,
@@ -52,7 +51,9 @@
5251
Timestamp,
5352
isna,
5453
)
55-
import pandas.util.testing as tm
54+
55+
from pandas.core.arrays import IntegerArray
56+
from pandas.util import testing as tm
5657

5758

5859
@pytest.fixture(params=[True, False], ids=str)

0 commit comments

Comments
 (0)