From 64f642982b3c04fbfa9406bf3eadb381cf62500a Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 14:22:41 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/studio/test_model_picker_contracts.py b/tests/studio/test_model_picker_contracts.py index 3fa8abb764..71a3c7d659 100644 --- a/tests/studio/test_model_picker_contracts.py +++ b/tests/studio/test_model_picker_contracts.py @@ -699,6 +699,6 @@ def test_backfill_compares_server_keys_by_normalized_identity(): assert "if (known.has(key)) { continue; }" in src # A variant never holds a colon, so the last one splits the key. Splitting on # the first would cut a Windows drive letter off every path id. - assert "key.lastIndexOf(\":\")" in src + assert 'key.lastIndexOf(":")' in src # Repo ids fold and POSIX paths do not, which is exactly what these do. assert "normalizeModelIdentity(" in src and "normalizeGgufVariantIdentity(" in src