Skip to content

Commit 407d7b3

Browse files
committed
remove arg from construct_array_type in base class
1 parent bd5dcd3 commit 407d7b3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

pandas/core/dtypes/base.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -162,13 +162,9 @@ def name(self):
162162
raise AbstractMethodError(self)
163163

164164
@classmethod
165-
def construct_array_type(cls, array=None):
165+
def construct_array_type(cls):
166166
"""Return the array type associated with this dtype
167167
168-
Parameters
169-
----------
170-
array : array-like, optional
171-
172168
Returns
173169
-------
174170
type

0 commit comments

Comments
 (0)