Skip to content

Commit ccaf6ae

Browse files
Remove unnecessary pass
1 parent 74d279d commit ccaf6ae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/core/indexing.py

-1
Original file line numberDiff line numberDiff line change
@@ -2031,7 +2031,6 @@ def _setitem_single_column(self, loc: int, value, plane_indexer):
20312031
)
20322032
# TODO: how to get future behavior?
20332033
# TODO: what if we got here indirectly via loc?
2034-
pass
20352034
return
20362035

20372036
def _setitem_single_block(self, indexer, value, name: str):

0 commit comments

Comments
 (0)