Skip to content

Commit f1a1e54

Browse files
simonjayhawkinsyeshsurya
authored andcommitted
[ArrowStringArray] CLN: imports (pandas-dev#40961)
1 parent c349b61 commit f1a1e54

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pandas/core/arrays/string_arrow.py

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,19 +25,17 @@
2525

2626
from pandas.core.dtypes.base import ExtensionDtype
2727
from pandas.core.dtypes.common import (
28-
is_object_dtype,
29-
is_string_dtype,
30-
)
31-
from pandas.core.dtypes.dtypes import register_extension_dtype
32-
from pandas.core.dtypes.missing import isna
33-
34-
from pandas.api.types import (
3528
is_array_like,
3629
is_bool_dtype,
3730
is_integer,
3831
is_integer_dtype,
32+
is_object_dtype,
3933
is_scalar,
34+
is_string_dtype,
4035
)
36+
from pandas.core.dtypes.dtypes import register_extension_dtype
37+
from pandas.core.dtypes.missing import isna
38+
4139
from pandas.core import missing
4240
from pandas.core.arraylike import OpsMixin
4341
from pandas.core.arrays.base import ExtensionArray

0 commit comments

Comments
 (0)