diff --git a/cli/commands/studio.py b/cli/commands/studio.py index 0bec52f456..f392c01245 100644 --- a/cli/commands/studio.py +++ b/cli/commands/studio.py @@ -151,4 +151,3 @@ def setup(): ) else: subprocess.run(["bash", str(script)], check = True) -