From 67b09be3f04810652eb27ab0b32d37d12c0c3e37 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2026 13:45:33 +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 | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/studio/install_python_stack.py b/studio/install_python_stack.py index 5ab3c3c7d8..ec13cdde62 100644 --- a/studio/install_python_stack.py +++ b/studio/install_python_stack.py @@ -536,9 +536,7 @@ def install_python_stack() -> int: ) # Filter out "unsloth" from base.txt so pip does not # revert the git install back to the PyPI wheel. - _base_no_unsloth = _filter_requirements( - REQ_ROOT / "base.txt", {"unsloth"} - ) + _base_no_unsloth = _filter_requirements(REQ_ROOT / "base.txt", {"unsloth"}) try: pip_install( "Updating remaining base packages",