style: black format test_model_param_helper.py

This commit is contained in:
Ishaan Jaffer 2026-04-15 18:18:52 -07:00
parent 13952b0b1b
commit 3847a59d79
No known key found for this signature in database

View File

@ -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)}"