From 33faff1923f3629d2ae844d9f8f659cc0d6e5358 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 12:47:37 +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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/studio/test_model_picker_contracts.py b/tests/studio/test_model_picker_contracts.py index 3370be7e6b..e874cbfa5c 100644 --- a/tests/studio/test_model_picker_contracts.py +++ b/tests/studio/test_model_picker_contracts.py @@ -79,9 +79,9 @@ def test_rollback_restores_native_lease_expiry_with_token(): (which would look non-expiring and skip the expiry guard).""" src = _read("features/chat/hooks/use-chat-model-runtime.ts") assert "previousActiveNativePathExpiresAtMs" in src - assert re.search(r"activeNativePathExpiresAtMs:\s*previousActiveNativePathToken", src), ( - "rollback must restore the expiry alongside the token" - ) + assert re.search( + r"activeNativePathExpiresAtMs:\s*previousActiveNativePathToken", src + ), "rollback must restore the expiry alongside the token" def test_default_caches_keyed_on_inventory_version():