From fd180ebff54c90389a806e55aa6e1d3a54fdda70 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Thu, 27 Mar 2025 06:58:46 -1000 Subject: [PATCH] style: Format test_exceptions.py with linter --- tests/basic/test_exceptions.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/basic/test_exceptions.py b/tests/basic/test_exceptions.py index abc33d756..5e376636a 100644 --- a/tests/basic/test_exceptions.py +++ b/tests/basic/test_exceptions.py @@ -72,11 +72,11 @@ def test_openrouter_error(): # Create an APIConnectionError with OpenrouterException message openrouter_error = APIConnectionError( - message="APIConnectionError: OpenrouterException - 'choices'", - model="openrouter/model", - llm_provider="openrouter" + message="APIConnectionError: OpenrouterException - 'choices'", + model="openrouter/model", + llm_provider="openrouter", ) - + ex_info = ex.get_ex_info(openrouter_error) assert ex_info.retry is False assert "OpenRouter API provider is down" in ex_info.description