Skip to content

Commit da24c3c

Browse files
TestNoNewAttributesMixin -> TestNoNewAttributes as it's not used a mixin anywhere
1 parent befa690 commit da24c3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/test_base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -967,7 +967,7 @@ def test_numpy_transpose(self):
967967
np.transpose(obj, axes=1)
968968

969969

970-
class TestNoNewAttributesMixin:
970+
class TestNoNewAttributes:
971971
def test_mixin(self):
972972
class T(NoNewAttributesMixin):
973973
pass

0 commit comments

Comments
 (0)