diff --git a/netbox/ipam/querysets.py b/netbox/ipam/querysets.py index 8b0647025..7cc6ea4b3 100644 --- a/netbox/ipam/querysets.py +++ b/netbox/ipam/querysets.py @@ -42,7 +42,6 @@ class VLANGroupQuerySet(RestrictedQuerySet): ) - class VLANQuerySet(RestrictedQuerySet): def get_for_device(self, device):