mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 04:02:52 -06:00
19680 cleanup
This commit is contained in:
parent
ffae0df808
commit
aa21e0ff55
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user