Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 8bc2dd1

Browse files
committed
Format with black
1 parent dcd5449 commit 8bc2dd1

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

cli_ui/__init__.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -494,8 +494,11 @@ def ask_password(*question: Token) -> str:
494494

495495

496496
def ask_choice(
497-
*prompt: Token, choices: List[Any], func_desc: Optional[FuncDesc] = None,
498-
sort: Optional[bool] = True) -> Any:
497+
*prompt: Token,
498+
choices: List[Any],
499+
func_desc: Optional[FuncDesc] = None,
500+
sort: Optional[bool] = True
501+
) -> Any:
499502
"""Ask the user to choose from a list of choices.
500503
501504
:return: the selected choice

0 commit comments

Comments
 (0)