19680 cleanup

This commit is contained in:
Arthur 2025-06-09 14:58:04 -07:00
parent ffae0df808
commit aa21e0ff55

View File

@ -12,10 +12,6 @@ class CustomCollector(Collector):
Custom collector that handles GenericRelations correctly.
"""
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self._processed_objects = set()
def collect(
self,
objs,