Skip to content

Commit ba014d9

Browse files
committed
Sort import sequence with isort
1 parent ae984d2 commit ba014d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/test_inference.py

Lines changed: 1 addition & 1 deletion
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,6 +51,7 @@
5251
Timestamp,
5352
isna,
5453
)
54+
from pandas.core.arrays import IntegerArray
5555
from pandas.util import testing as tm
5656

5757

0 commit comments

Comments
 (0)