We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0312ba0 commit 27444dfCopy full SHA for 27444df
pandas/core/arrays/string_.py
@@ -188,9 +188,7 @@ def construct_from_string(cls, string) -> Self:
188
# https://github.com/pandas-dev/pandas/issues/36126
189
# error: Signature of "construct_array_type" incompatible with supertype
190
# "ExtensionDtype"
191
- def construct_array_type(
192
- self,
193
- ) -> type_t[BaseStringArray]:
+ def construct_array_type(self) -> type_t[BaseStringArray]:
194
"""
195
Return the array type associated with this dtype.
196
0 commit comments