From 51cfde7b23ba6ad0aaf2bf358932fc01ad55ae71 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 17:08:59 +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 b8b7fbb213..6f926dcec2 100644 --- a/tests/studio/test_model_picker_contracts.py +++ b/tests/studio/test_model_picker_contracts.py @@ -847,9 +847,7 @@ def test_cached_repo_settings_are_keyed_by_the_repo_id(): path (hub/services/cache_inventory.py), while the chat picker and the auto-switch index key it by repo_id. Keying the Hub's settings by the load id saved them where no other load looks, so they silently never applied.""" - config_page = " ".join( - _read("features/model-picker/components/model-config-page.tsx").split() - ) + config_page = " ".join(_read("features/model-picker/components/model-config-page.tsx").split()) assert "const configId = target.configId ?? target.id;" in config_page for call in ( "resolveInitialConfig(configId, target.ggufVariant)",