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