Skip to content

Commit

Permalink
CLN: cleanup remnant backports
Browse files Browse the repository at this point in the history
  • Loading branch information
neutrinoceros committed Sep 3, 2024
1 parent 0a8856e commit 7efee0b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions yt/_maintenance/backports.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,3 @@ def _generate_next_value_(name, start, count, last_values): # noqa B902
Return the lower-cased version of the member name.
"""
return name.lower()


builtin_zip = zip
zip = builtin_zip

0 comments on commit 7efee0b

Please sign in to comment.