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"