Skip to content

Commit

Permalink
Update python/cudf/cudf/core/dataframe.py
Browse files Browse the repository at this point in the history
Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
galipremsagar and bdice authored Mar 2, 2022
1 parent c786258 commit b9c9091
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/cudf/cudf/core/dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,6 @@ def __getitem__(self, arg):
@annotate("DATAFRAME_SETITEM", color="blue", domain="cudf_python")
def __setitem__(self, arg, value):
"""Add/set column by *arg or DataFrame*"""
# import pdb;pdb.set_trace()
if isinstance(arg, DataFrame):
# not handling set_item where arg = df & value = df
if isinstance(value, DataFrame):
Expand Down

0 comments on commit b9c9091

Please sign in to comment.