From 7003ae60e0666a5c45fde20a340b2dfe1f8aa5f0 Mon Sep 17 00:00:00 2001 From: Josh Vera Date: Sun, 13 Jul 2025 12:13:43 -0600 Subject: [PATCH] lint --- tests/test_o3_pro_output_text_fix.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_o3_pro_output_text_fix.py b/tests/test_o3_pro_output_text_fix.py index 2709305..43115fd 100644 --- a/tests/test_o3_pro_output_text_fix.py +++ b/tests/test_o3_pro_output_text_fix.py @@ -41,11 +41,12 @@ class TestO3ProOutputTextFix: # Use the new public API for registry cleanup ModelProviderRegistry.reset_for_testing() # Provider registration is now handled by inject_transport helper - + # Clear restriction service to ensure it re-reads environment # This is necessary because previous tests may have set restrictions # that are cached in the singleton import utils.model_restrictions + utils.model_restrictions._restriction_service = None def teardown_method(self):