Skip to content

Commit 7b379f4

Browse files
remove ArrayFunctionMixin unintentially added to BaseMaskedDtype
1 parent 0255671 commit 7b379f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/masked.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
BaseMaskedArrayT = TypeVar("BaseMaskedArrayT", bound="BaseMaskedArray")
3030

3131

32-
class BaseMaskedDtype(ExtensionDtype, ArrayFunctionMixin):
32+
class BaseMaskedDtype(ExtensionDtype):
3333
"""
3434
Base class for dtypes for BasedMaskedArray subclasses.
3535
"""

0 commit comments

Comments
 (0)