Skip to content

Commit 35e79fe

Browse files
committed
Fix wrong import from refactoring
1 parent eb4b92f commit 35e79fe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

strawberry_django/utils/inspect.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
from collections.abc import Iterable
88
from typing import (
99
TYPE_CHECKING,
10-
TypeGuard,
1110
cast,
1211
)
1312

@@ -24,7 +23,7 @@
2423
from strawberry.types.lazy_type import LazyType
2524
from strawberry.types.union import StrawberryUnion
2625
from strawberry.utils.str_converters import to_camel_case
27-
from typing_extensions import assert_never
26+
from typing_extensions import TypeGuard, assert_never
2827

2928
from strawberry_django.fields.types import resolve_model_field_name
3029

0 commit comments

Comments
 (0)