Skip to content

Commit 53e6241

Browse files
committed
precommit issues
1 parent ef89a57 commit 53e6241

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/masked.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@
4646
is_integer_dtype,
4747
is_list_like,
4848
is_scalar,
49+
is_signed_integer_dtype,
4950
is_string_dtype,
5051
is_unsigned_integer_dtype,
51-
is_signed_integer_dtype,
5252
pandas_dtype,
5353
)
5454
from pandas.core.dtypes.dtypes import BaseMaskedDtype

0 commit comments

Comments
 (0)