From 6baa1818907db0aae7146c6e8ecd9e8bb37b8050 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 20:37:03 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- cli/commands/studio.py | 1 - 1 file changed, 1 deletion(-) 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) -