We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4b92f commit 35e79feCopy full SHA for 35e79fe
strawberry_django/utils/inspect.py
@@ -7,7 +7,6 @@
7
from collections.abc import Iterable
8
from typing import (
9
TYPE_CHECKING,
10
- TypeGuard,
11
cast,
12
)
13
@@ -24,7 +23,7 @@
24
23
from strawberry.types.lazy_type import LazyType
25
from strawberry.types.union import StrawberryUnion
26
from strawberry.utils.str_converters import to_camel_case
27
-from typing_extensions import assert_never
+from typing_extensions import TypeGuard, assert_never
28
29
from strawberry_django.fields.types import resolve_model_field_name
30
0 commit comments