Skip to content

Commit e8eb49d

Browse files
authored
remove blocking return (#31960)
1 parent 95b0e14 commit e8eb49d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/indexes/multi/test_copy.py

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ def test_copy_method_kwargs(deep, kwarg, value):
8080
codes=[[0, 0, 0, 1], [0, 0, 1, 1]],
8181
names=["first", "second"],
8282
)
83-
return
8483
idx_copy = idx.copy(**{kwarg: value, "deep": deep})
8584
if kwarg == "names":
8685
assert getattr(idx_copy, kwarg) == value

0 commit comments

Comments
 (0)