diff --git a/agenta-cli/agenta/cli/main.py b/agenta-cli/agenta/cli/main.py index af748ea8af..b17a74eb41 100644 --- a/agenta-cli/agenta/cli/main.py +++ b/agenta-cli/agenta/cli/main.py @@ -101,7 +101,9 @@ def init(app_name: str): "Please provide the IP or URL of your remote host" ).ask() elif where_question == "On agenta cloud": - which_agenta = questionary.select("Which version of agenta are you running?", choices=["Dev", "Prod"]).ask() + which_agenta = questionary.select( + "Which version of agenta are you running?", choices=["Dev", "Prod"] + ).ask() if which_agenta == "Prod": backend_host = "https://cloud.agenta.ai" elif which_agenta == "Dev":