Skip to content

Commit

Permalink
Move import
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Nov 17, 2023
1 parent 4594935 commit dcc09ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strawberry_django/utils/typing.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
overload,
)

from django.db.models import Prefetch
from django.db.models.expressions import BaseExpression, Combinable
from graphql.type.definition import GraphQLResolveInfo
from strawberry.annotation import StrawberryAnnotation
Expand All @@ -29,6 +28,7 @@
from typing_extensions import Protocol

if TYPE_CHECKING:
from django.db.models import Prefetch
from django.contrib.auth.base_user import AbstractBaseUser
from django.contrib.auth.models import AnonymousUser
from typing_extensions import Literal, TypeAlias, TypeGuard
Expand Down

0 comments on commit dcc09ac

Please sign in to comment.