Skip to content

Commit 173c339

Browse files
committed
Update import statements for Strawberry 0.236.0
1 parent 5ebdf7f commit 173c339

File tree

1 file changed

+3
-4
lines changed
  • netbox/utilities/testing

1 file changed

+3
-4
lines changed

netbox/utilities/testing/api.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@
1919
from .utils import disable_warnings
2020

2121
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
22+
from strawberry.types.lazy_type import LazyType
23+
from strawberry.types.base import StrawberryList, StrawberryOptional
24+
from strawberry.types.union import StrawberryUnion
2625

2726
__all__ = (
2827
'APITestCase',

0 commit comments

Comments
 (0)