Skip to content

Commit b959f2e

Browse files
committed
revert
1 parent 331c3cb commit b959f2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pandas/tests/base/test_constructors.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ def _get_prop(self):
5555
prop = property(_get_prop, _set_prop, doc="foo property")
5656

5757
def test_method(self, *args, **kwargs):
58-
"""a test bar method"""
59-
pass
58+
"""a test method"""
6059

6160
class Delegate(PandasDelegate, PandasObject):
6261
def __init__(self, obj) -> None:

0 commit comments

Comments
 (0)