From 37d11a967ee35628a5136f1afbe0087a47355ea7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 03:51:54 +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 26aa8ec2e5..7e9f9cf385 100644 --- a/tests/studio/test_model_picker_contracts.py +++ b/tests/studio/test_model_picker_contracts.py @@ -1105,7 +1105,5 @@ def test_gguf_background_loads_never_download_companions(): inference = _read_backend("core/inference/inference.py") # The vision processor fallback stays on the (possibly rewritten local) # load path instead of refetching by repo id. - assert ( - "config.base_model if config.is_lora else config.path" in inference - ) + assert "config.base_model if config.is_lora else config.path" in inference assert "config.base_model if config.is_lora else config.identifier" not in inference