Skip to content

Commit 074377d

Browse files
committed
make construct_array_type a non-classmethod
1 parent b162331 commit 074377d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/dtypes/base.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ def names(self) -> list[str] | None:
206206
"""
207207
return None
208208

209-
@classmethod
210209
def construct_array_type(cls) -> type_t[ExtensionArray]:
211210
"""
212211
Return the array type associated with this dtype.

0 commit comments

Comments
 (0)