Skip to content

Commit 3c4bff4

Browse files
committed
fix linting error introduced on last commit
1 parent c4ef5ab commit 3c4bff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typer/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def _typer_param_setup_autocompletion_compat(
6060
*,
6161
autocompletion: Optional[
6262
Callable[
63-
[click.Context, click.core.Parameter, str],
63+
[click.Context, List[str], click.core.Parameter, str],
6464
List[Union[Tuple[str, str], str, "click.shell_completion.CompletionItem"]],
6565
]
6666
] = None,

0 commit comments

Comments
 (0)