Skip to content

Commit 3a855ba

Browse files
committed
REF/TYP: use OpsMixin for logical methods (pandas-dev#36964)
1 parent f553646 commit 3a855ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/ops/methods.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ def f(self, other):
125125
__ixor__=_wrap_inplace_method(cls.__xor__),
126126
)
127127
)
128+
128129
else:
129130
new_methods.update(
130131
dict(

0 commit comments

Comments
 (0)