We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebdf7f commit 173c339Copy full SHA for 173c339
netbox/utilities/testing/api.py
@@ -19,10 +19,9 @@
19
from .utils import disable_warnings
20
21
from ipam.graphql.types import IPAddressFamilyType
22
-from strawberry.field import StrawberryField
23
-from strawberry.lazy_type import LazyType
24
-from strawberry.type import StrawberryList, StrawberryOptional
25
-from strawberry.union import StrawberryUnion
+from strawberry.types.lazy_type import LazyType
+from strawberry.types.base import StrawberryList, StrawberryOptional
+from strawberry.types.union import StrawberryUnion
26
27
__all__ = (
28
'APITestCase',
0 commit comments