From d2c1040c65fbd8dbdd42cea956567e347c792b3a Mon Sep 17 00:00:00 2001 From: yusyus Date: Sun, 18 Jan 2026 12:11:01 +0300 Subject: [PATCH] style: Format test_issue_219_e2e.py with ruff Run ruff format to match code style standards. Co-Authored-By: Claude Sonnet 4.5 --- tests/test_issue_219_e2e.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_issue_219_e2e.py b/tests/test_issue_219_e2e.py index 46ddc39..416ad7e 100644 --- a/tests/test_issue_219_e2e.py +++ b/tests/test_issue_219_e2e.py @@ -25,6 +25,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "src")) # Check if anthropic is available try: import anthropic # noqa: F401 + ANTHROPIC_AVAILABLE = True except ImportError: ANTHROPIC_AVAILABLE = False