From 7a56317a51df9b5ed838d295f9bd31abbdb6b13c Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 16:05:20 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/install_python_stack.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/studio/install_python_stack.py b/studio/install_python_stack.py index 45a67b75e2..a21699c12a 100644 --- a/studio/install_python_stack.py +++ b/studio/install_python_stack.py @@ -1310,8 +1310,14 @@ def install_python_stack() -> int: try: subprocess.run( [ - sys.executable, "-m", "pip", "uninstall", "-y", - "transformers", "mlx-vlm", "huggingface_hub", + sys.executable, + "-m", + "pip", + "uninstall", + "-y", + "transformers", + "mlx-vlm", + "huggingface_hub", ], stdout = subprocess.PIPE, stderr = subprocess.STDOUT,