From 3847a59d79d36b336515d53b43a0ccfb7f276d0d Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Wed, 15 Apr 2026 18:18:52 -0700 Subject: [PATCH] style: black format test_model_param_helper.py --- tests/test_litellm/test_model_param_helper.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test_litellm/test_model_param_helper.py b/tests/test_litellm/test_model_param_helper.py index 2012abec54..a62779aeab 100644 --- a/tests/test_litellm/test_model_param_helper.py +++ b/tests/test_litellm/test_model_param_helper.py @@ -57,6 +57,6 @@ def test_get_all_llm_api_params_includes_responses_api(): "safety_identifier", } missing = responses_only_params - all_params - assert missing == set(), ( - f"Responses-API kwargs missing from cache-key allow-list: {sorted(missing)}" - ) + assert ( + missing == set() + ), f"Responses-API kwargs missing from cache-key allow-list: {sorted(missing)}"