chore: format

Signed-off-by: Dominik Willner <th33xitus@gmail.com>
This commit is contained in:
dw-0
2024-03-24 00:33:09 +01:00
parent 58719a4ca0
commit e64aa94df4
14 changed files with 120 additions and 45 deletions

View File

@@ -51,7 +51,11 @@ def get_confirm(
def get_number_input(
question: str, min_count: int, max_count=None, default=None, allow_go_back=False
question: str,
min_count: int,
max_count=None,
default=None,
allow_go_back=False,
) -> Union[int, None]:
"""
Helper method to get a number input from the user