From 68866ba95b985955087c6f5175ee926d8d234d22 Mon Sep 17 00:00:00 2001 From: Josh Vera Date: Sun, 13 Jul 2025 11:48:37 -0600 Subject: [PATCH] formatting --- tests/test_model_restrictions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_model_restrictions.py b/tests/test_model_restrictions.py index e3fd48d..f0ac674 100644 --- a/tests/test_model_restrictions.py +++ b/tests/test_model_restrictions.py @@ -662,7 +662,7 @@ class TestAutoModeWithRestrictions: monkeypatch.setenv("OPENAI_ALLOWED_MODELS", "mini") monkeypatch.setenv("GEMINI_API_KEY", "") monkeypatch.setenv("OPENAI_API_KEY", "test-key") - + # Clear caches and reset registry import utils.model_restrictions from providers.registry import ModelProviderRegistry