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 8c5430f commit b68c1e2Copy full SHA for b68c1e2
typer/main.py
@@ -15,7 +15,7 @@
15
from uuid import UUID
16
17
import click
18
-from typing_extensions import Doc, get_args, get_origin
+from typing_extensions import Doc, get_args, get_origin # type: ignore
19
20
from ._typing import is_union
21
from .completion import get_completion_inspect_parameters
0 commit comments