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 61e2ca7 commit 570f602Copy full SHA for 570f602
1 file changed
src/datamodel_code_generator/parser/_scc.py
@@ -7,7 +7,9 @@
7
from __future__ import annotations
8
9
from enum import IntEnum
10
-from typing import NamedTuple, TypeAlias
+from typing import NamedTuple
11
+
12
+from typing_extensions import TypeAlias
13
14
ModulePath: TypeAlias = tuple[str, ...]
15
ModuleGraph: TypeAlias = dict[ModulePath, set[ModulePath]]
0 commit comments