From 167fdf26b9a3d7f2c5e60dec99de02ab28fe16e8 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 07:19:55 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/python/test_unsloth_pip_shim.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/python/test_unsloth_pip_shim.py b/tests/python/test_unsloth_pip_shim.py index bd6291de69..cdade99991 100644 --- a/tests/python/test_unsloth_pip_shim.py +++ b/tests/python/test_unsloth_pip_shim.py @@ -361,9 +361,7 @@ def test_vcs_url_without_egg_protected_dropped(shim): def test_vcs_url_without_egg_with_ref_dropped(shim): - execd, _ = _run( - shim, "pip", ["git+https://github.com/unslothai/unsloth-zoo.git@main", "peft"] - ) + execd, _ = _run(shim, "pip", ["git+https://github.com/unslothai/unsloth-zoo.git@main", "peft"]) assert execd == ["peft"], execd