Skip to content

Commit

Permalink
Remove unnecessary pass
Browse files Browse the repository at this point in the history
  • Loading branch information
datapythonista committed Jan 17, 2023
1 parent 74d279d commit ccaf6ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pandas/core/indexing.py
Expand Up @@ -2031,7 +2031,6 @@ def _setitem_single_column(self, loc: int, value, plane_indexer):
)
# TODO: how to get future behavior?
# TODO: what if we got here indirectly via loc?
pass
return

def _setitem_single_block(self, indexer, value, name: str):
Expand Down

0 comments on commit ccaf6ae

Please sign in to comment.