From fd1a5a62675836c979fdef59fe869d9577d9d1c9 Mon Sep 17 00:00:00 2001 From: Xubin Ren Date: Fri, 1 May 2026 15:42:58 +0000 Subject: [PATCH] test(provider): tidy Anthropic fallback imports Co-authored-by: Cursor --- tests/providers/test_anthropic_long_request_fallback.py | 1 - 1 file changed, 1 deletion(-) 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"