mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-20 10:16:42 -06:00
Update import statements for Strawberry 0.236.0
This commit is contained in:
parent
1e7a71969e
commit
b4240cdd67
@ -19,10 +19,9 @@ from .base import ModelTestCase
|
|||||||
from .utils import disable_warnings
|
from .utils import disable_warnings
|
||||||
|
|
||||||
from ipam.graphql.types import IPAddressFamilyType
|
from ipam.graphql.types import IPAddressFamilyType
|
||||||
from strawberry.field import StrawberryField
|
from strawberry.types.lazy_type import LazyType
|
||||||
from strawberry.lazy_type import LazyType
|
from strawberry.types.base import StrawberryList, StrawberryOptional
|
||||||
from strawberry.type import StrawberryList, StrawberryOptional
|
from strawberry.types.union import StrawberryUnion
|
||||||
from strawberry.union import StrawberryUnion
|
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'APITestCase',
|
'APITestCase',
|
||||||
|
Loading…
Reference in New Issue
Block a user