From 361d02f142f061e718bbe20ff91fad546568dc16 Mon Sep 17 00:00:00 2001 From: Abram Date: Fri, 24 Nov 2023 19:40:28 +0100 Subject: [PATCH] :art: Format - ran black --- agenta-cli/agenta/cli/main.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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":