mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-16 20:22:53 -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.
|
Custom collector that handles GenericRelations correctly.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, *args, **kwargs):
|
|
||||||
super().__init__(*args, **kwargs)
|
|
||||||
self._processed_objects = set()
|
|
||||||
|
|
||||||
def collect(
|
def collect(
|
||||||
self,
|
self,
|
||||||
objs,
|
objs,
|
||||||
|
Loading…
Reference in New Issue
Block a user