From 9abe3d7823d34a7fef54f20ae52ad5d98facd8ac Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 08:04:03 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- studio/backend/tests/test_hf_cache_dangling_refs.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/studio/backend/tests/test_hf_cache_dangling_refs.py b/studio/backend/tests/test_hf_cache_dangling_refs.py index 49d38c55aa..d311b00d4a 100644 --- a/studio/backend/tests/test_hf_cache_dangling_refs.py +++ b/studio/backend/tests/test_hf_cache_dangling_refs.py @@ -607,9 +607,7 @@ def test_gguf_variants_still_list_when_no_snapshot_is_complete( assert _local_gguf_variants_for_autoload(rows[0], tmp_path) == offered -def test_a_whole_quant_in_a_mixed_newest_snapshot_beats_an_older_larger_one( - tmp_path, monkeypatch -): +def test_a_whole_quant_in_a_mixed_newest_snapshot_beats_an_older_larger_one(tmp_path, monkeypatch): """A whole small quant can sit in the newest snapshot beside an interrupted split one while an older snapshot holds nothing but a whole larger quant.