diff --git a/tests/test_issue_219_e2e.py b/tests/test_issue_219_e2e.py index aea741f..46ddc39 100644 --- a/tests/test_issue_219_e2e.py +++ b/tests/test_issue_219_e2e.py @@ -24,7 +24,7 @@ sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "src")) # Check if anthropic is available try: - import anthropic + import anthropic # noqa: F401 ANTHROPIC_AVAILABLE = True except ImportError: ANTHROPIC_AVAILABLE = False