Closes #22058: Remove redundant declarations on SiteType (#22203)

This commit is contained in:
Jeremy Stretch 2026-05-14 16:39:29 -04:00 committed by GitHub
parent d2545c4bda
commit 5b5cd36cae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -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(