diff --git a/tests/providers/test_anthropic_long_request_fallback.py b/tests/providers/test_anthropic_long_request_fallback.py index 6af968e6f..0cfdee922 100644 --- a/tests/providers/test_anthropic_long_request_fallback.py +++ b/tests/providers/test_anthropic_long_request_fallback.py @@ -16,7 +16,6 @@ import pytest from nanobot.providers.anthropic_provider import AnthropicProvider from nanobot.providers.base import LLMResponse - _LONG_REQUEST_MESSAGE = ( "Streaming is required for operations that may take longer than 10 minutes. " "See https://github.com/anthropics/anthropic-sdk-python#long-requests for more details"