Skip to content

Commit

Permalink
Remove unneeded .copy() call
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermorgan committed Apr 16, 2024
1 parent e860b2a commit adfedc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions reView/utils/characterizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,6 @@ def unpack_characterizations( # noqa: C901
elif method is None:
warnings.warn(f"Skipping {char_col}: No method provided")

in_df = in_df.copy()

return in_df


Expand Down

0 comments on commit adfedc0

Please sign in to comment.