Skip to content

Commit 27444df

Browse files
committed
Update string.py
1 parent 0312ba0 commit 27444df

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/core/arrays/string_.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ def construct_from_string(cls, string) -> Self:
188188
# https://github.com/pandas-dev/pandas/issues/36126
189189
# error: Signature of "construct_array_type" incompatible with supertype
190190
# "ExtensionDtype"
191-
def construct_array_type(
192-
self,
193-
) -> type_t[BaseStringArray]:
191+
def construct_array_type(self) -> type_t[BaseStringArray]:
194192
"""
195193
Return the array type associated with this dtype.
196194

0 commit comments

Comments
 (0)