Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
pboers1988 committed Oct 21, 2024
1 parent 66b5f01 commit 632d75e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchestrator/graphql/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@

import strawberry
from graphql import GraphQLError
from strawberry.custom_scalar import ScalarDefinition, ScalarWrapper
from strawberry.dataloader import DataLoader
from strawberry.experimental.pydantic.conversion_types import StrawberryTypeFromPydantic
from strawberry.scalars import JSON
from strawberry.types import Info
from strawberry.types.info import RootValueType
from strawberry.types.scalar import ScalarDefinition, ScalarWrapper

from nwastdlib.vlans import VlanRanges
from oauth2_lib.fastapi import AuthManager
Expand Down

0 comments on commit 632d75e

Please sign in to comment.