From 5b5cd36caed6d8074a40b994995c22c352b90967 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 14 May 2026 16:39:29 -0400 Subject: [PATCH] Closes #22058: Remove redundant declarations on SiteType (#22203) --- netbox/dcim/graphql/types.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/netbox/dcim/graphql/types.py b/netbox/dcim/graphql/types.py index 6fc66af45..8a7006f43 100644 --- a/netbox/dcim/graphql/types.py +++ b/netbox/dcim/graphql/types.py @@ -920,8 +920,6 @@ class SiteType(VLANGroupsMixin, ImageAttachmentsMixin, ContactsMixin, PrimaryObj devices: list[Annotated["DeviceType", strawberry.lazy('dcim.graphql.types')]] locations: list[Annotated["LocationType", strawberry.lazy('dcim.graphql.types')]] asns: list[Annotated["ASNType", strawberry.lazy('ipam.graphql.types')]] - circuit_terminations: list[Annotated["CircuitTerminationType", strawberry.lazy('circuits.graphql.types')]] - clusters: list[Annotated["ClusterType", strawberry.lazy('virtualization.graphql.types')]] vlans: list[Annotated["VLANType", strawberry.lazy('ipam.graphql.types')]] @strawberry_django.field(