Skip to content

Commit b68c1e2

Browse files
committed
💩 ignore mypy error for now, requires discussion on python version
1 parent 8c5430f commit b68c1e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typer/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
from uuid import UUID
1616

1717
import click
18-
from typing_extensions import Doc, get_args, get_origin
18+
from typing_extensions import Doc, get_args, get_origin # type: ignore
1919

2020
from ._typing import is_union
2121
from .completion import get_completion_inspect_parameters

0 commit comments

Comments
 (0)