fix darglint

This commit is contained in:
Elijah 2024-11-13 18:01:16 +00:00
parent 9e1906d774
commit 6587103ed1

View File

@ -1388,9 +1388,6 @@ def prompt_for_remote_template_selection(templates: dict[str, Template]) -> str:
Returns: Returns:
The selected template. The selected template.
Raises:
Exit: If the user does not input a valid template.
""" """
while True: while True:
console.print( console.print(
@ -1516,9 +1513,6 @@ def initialize_app(
template: The name of the template to use. template: The name of the template to use.
ai: Whether to use AI to generate the template. ai: Whether to use AI to generate the template.
Raises:
Exit: If template is directly provided in the command flag and is invalid.
Returns: Returns:
The name of the template. The name of the template.
""" """