From d74e7066d242cd9d72fbecef0ef08c70f2120cc2 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 07:15:05 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/studio/test_model_picker_contracts.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/studio/test_model_picker_contracts.py b/tests/studio/test_model_picker_contracts.py index 1e3462af87..d85f2a6a78 100644 --- a/tests/studio/test_model_picker_contracts.py +++ b/tests/studio/test_model_picker_contracts.py @@ -710,9 +710,7 @@ def test_autoload_deduplicates_cached_and_local_candidates(): assert "const seenLoadTargets = new Set()" in auto_load # Keys carry the model kind: a folder emitting both GGUF and safetensors # rows shares a path while holding two different models. - assert ( - "seenLoadTargets.add(`${kind}:${normalizeLoadTargetKey(value)}`)" in auto_load - ) + assert "seenLoadTargets.add(`${kind}:${normalizeLoadTargetKey(value)}`)" in auto_load assert 'markSeen("gguf", repo.load_id || repo.repo_id, repo.cache_path)' in auto_load assert 'markSeen("model", repo.load_id || repo.repo_id, repo.cache_path)' in auto_load assert "isSeen(localCandidate.kind, row.load_id, row.id, row.path)" in auto_load