From 2b2705bcdc4d8f0bab8f25fcd601c7ef478db1f5 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 16:48:09 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- tests/studio/test_usage_examples_model_source_contract.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/studio/test_usage_examples_model_source_contract.py b/tests/studio/test_usage_examples_model_source_contract.py index 3f83db9b4a..5559672f07 100644 --- a/tests/studio/test_usage_examples_model_source_contract.py +++ b/tests/studio/test_usage_examples_model_source_contract.py @@ -139,9 +139,7 @@ API_MONITOR_TSX = REPO / "studio/frontend/src/features/api-monitor/api-monitor-p # The lifecycle labels live in their own module: the overlay is mounted from # __root.tsx, so importing them from the page pulled the whole page into the # eager bundle and undid the route's lazyRouteComponent. -API_MONITOR_LIFECYCLE_TS = ( - REPO / "studio/frontend/src/features/api-monitor/lifecycle.ts" -) +API_MONITOR_LIFECYCLE_TS = REPO / "studio/frontend/src/features/api-monitor/lifecycle.ts" MONITOR_LINK_TSX = SETTINGS / "components/monitor-link.tsx"