formatting

This commit is contained in:
IQHL (Hans Jacob Landelius) 2025-10-08 14:15:15 +02:00
parent 5b9d516e43
commit 6633b33085

View file

@ -32,6 +32,7 @@ from litellm.router_utils.cooldown_handlers import _should_cooldown_deployment
load_dotenv()
@pytest.mark.asyncio
async def test_router_cooldown_event_callback_no_deployment():
"""
@ -410,4 +411,6 @@ def test_is_cooldown_required_empty_string_exception_status(testing_litellm_rout
exception_status="",
)
assert result is False, "Should not require cooldown when exception_status is empty string"
assert (
result is False
), "Should not require cooldown when exception_status is empty string"