Skip to content

Commit bf02000

Browse files
try fix typing
1 parent ad0d6e1 commit bf02000

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pandas/core/arrays/_arrow_string_mixins.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,12 @@
2727
Self,
2828
)
2929

30+
from pandas.core.dtypes.dtypes import ExtensionDtype
31+
3032

3133
class ArrowStringArrayMixin:
3234
_pa_array: Sized
35+
dtype: ExtensionDtype
3336

3437
def __init__(self, *args, **kwargs) -> None:
3538
raise NotImplementedError

0 commit comments

Comments
 (0)