Skip to content

Commit

Permalink
Do not deprecate SuperLazyIterator
Browse files Browse the repository at this point in the history
Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
protoroto and fsbraun authored Dec 21, 2023
1 parent 9b53139 commit 5579d0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cms/forms/fields.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@

class SuperLazyIterator:
def __init__(self, func):
warnings.warn("SuperLazyIterator is deprecated.",
DeprecationWarning, stacklevel=2)
self.func = func

def __iter__(self):
Expand Down

0 comments on commit 5579d0a

Please sign in to comment.