From 6587103ed155d646f2820b6e0ce08c9cb6343364 Mon Sep 17 00:00:00 2001 From: Elijah Date: Wed, 13 Nov 2024 18:01:16 +0000 Subject: [PATCH] fix darglint --- reflex/utils/prerequisites.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/reflex/utils/prerequisites.py b/reflex/utils/prerequisites.py index 714e4cafd..de1506775 100644 --- a/reflex/utils/prerequisites.py +++ b/reflex/utils/prerequisites.py @@ -1388,9 +1388,6 @@ def prompt_for_remote_template_selection(templates: dict[str, Template]) -> str: Returns: The selected template. - - Raises: - Exit: If the user does not input a valid template. """ while True: console.print( @@ -1516,9 +1513,6 @@ def initialize_app( template: The name of the template to use. ai: Whether to use AI to generate the template. - Raises: - Exit: If template is directly provided in the command flag and is invalid. - Returns: The name of the template. """