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

Commit 710edd9

Browse files
committed
More black formatting
1 parent 4e4f740 commit 710edd9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cli_ui/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ def setup(
5555
quiet: bool = False,
5656
color: str = "auto",
5757
title: str = "auto",
58-
timestamp: bool = False
58+
timestamp: bool = False,
5959
) -> None:
6060
""" Configure behavior of message functions.
6161
@@ -247,7 +247,7 @@ def message(
247247
end: str = "\n",
248248
sep: str = " ",
249249
fileobj: FileObj = sys.stdout,
250-
update_title: bool = False
250+
update_title: bool = False,
251251
) -> None:
252252
""" Helper method for error, warning, info, debug
253253
@@ -492,7 +492,7 @@ def ask_choice(
492492
*prompt: Token,
493493
choices: List[Any],
494494
func_desc: Optional[FuncDesc] = None,
495-
sort: Optional[bool] = True
495+
sort: Optional[bool] = True,
496496
) -> Any:
497497
"""Ask the user to choose from a list of choices.
498498

0 commit comments

Comments
 (0)