From 107297d756e772ebcd6ca6dff895aecf1a93aad7 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 11:55:36 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/studio/test_chat_preset_builtin_invariants.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tests/studio/test_chat_preset_builtin_invariants.py b/tests/studio/test_chat_preset_builtin_invariants.py index 7bc2719977..2927d9b462 100644 --- a/tests/studio/test_chat_preset_builtin_invariants.py +++ b/tests/studio/test_chat_preset_builtin_invariants.py @@ -8,12 +8,8 @@ from pathlib import Path import pytest WORKDIR = Path(__file__).resolve().parents[2] -PRESET_POLICY = ( - WORKDIR / "studio/frontend/src/features/chat/presets/preset-policy.ts" -) -RUNTIME_TYPES = ( - WORKDIR / "studio/frontend/src/features/chat/types/runtime.ts" -) +PRESET_POLICY = WORKDIR / "studio/frontend/src/features/chat/presets/preset-policy.ts" +RUNTIME_TYPES = WORKDIR / "studio/frontend/src/features/chat/types/runtime.ts" TEMP = WORKDIR / "temp" / "chat_preset_builtin_invariants"