Skip to content

Commit

Permalink
REFACTOR-#5393: remove unused '_VIEW_IS_COPY_WARNING' global var (#5392)
Browse files Browse the repository at this point in the history
Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev authored Dec 13, 2022
1 parent dc3192d commit 4114183
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions modin/pandas/indexing.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,11 +233,6 @@ def boolean_mask_to_numeric(indexer):
INCLUDED, END point is EXCLUDED), listlike of integers, boolean array] types.
"""

_VIEW_IS_COPY_WARNING = """
Modin is making a copy of of the DataFrame. This behavior diverges from Pandas.
This will be fixed in future releases.
"""


def _compute_ndim(row_loc, col_loc):
"""
Expand Down

0 comments on commit 4114183

Please sign in to comment.