Skip to content

Commit a7be308

Browse files
🎨 Auto format
1 parent 4908daf commit a7be308

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

typer/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1392,7 +1392,9 @@ def get_command_name(name: str) -> str:
13921392

13931393
def get_params_convertors_ctx_param_name_from_function(
13941394
callback: Callable[..., Any] | None,
1395-
) -> tuple[list[click.Argument | click.Option | click.Parameter], dict[str, Any], str | None]:
1395+
) -> tuple[
1396+
list[click.Argument | click.Option | click.Parameter], dict[str, Any], str | None
1397+
]:
13961398
# NOTE: this function does NOT generate click.Parameters, but needs to allow them to be added to the list later
13971399
params: list[click.Argument | click.Option | click.Parameter] = []
13981400
convertors = {}

0 commit comments

Comments
 (0)