Skip to content

Commit 632d75e

Browse files
committed
Fix types
1 parent 66b5f01 commit 632d75e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

orchestrator/graphql/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
import strawberry
2020
from graphql import GraphQLError
21+
from strawberry.custom_scalar import ScalarDefinition, ScalarWrapper
2122
from strawberry.dataloader import DataLoader
2223
from strawberry.experimental.pydantic.conversion_types import StrawberryTypeFromPydantic
2324
from strawberry.scalars import JSON
2425
from strawberry.types import Info
2526
from strawberry.types.info import RootValueType
26-
from strawberry.types.scalar import ScalarDefinition, ScalarWrapper
2727

2828
from nwastdlib.vlans import VlanRanges
2929
from oauth2_lib.fastapi import AuthManager

0 commit comments

Comments
 (0)