Browse Source

Add import Q back in

Brian Tiemann 5 months ago
parent
commit
1dcfc05c32
1 changed files with 1 additions and 0 deletions
  1. 1 0
      netbox/dcim/graphql/filters.py

+ 1 - 0
netbox/dcim/graphql/filters.py

@@ -1,5 +1,6 @@
 from typing import Annotated, TYPE_CHECKING
 
+from django.db.models import Q
 import strawberry
 import strawberry_django
 from strawberry.scalars import ID