Skip to content

Commit eb1af61

Browse files
Update string_.py
1 parent 0cfa59f commit eb1af61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/string_.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +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( # type: ignore[override]
191+
def construct_array_type( # type: ignore[override]
192192
self,
193193
) -> type_t[BaseStringArray]:
194194
"""

0 commit comments

Comments
 (0)