diff --git a/sentry_sdk/integrations/cohere.py b/sentry_sdk/integrations/cohere.py index 3c20aed190..4d6a4a244c 100644 --- a/sentry_sdk/integrations/cohere.py +++ b/sentry_sdk/integrations/cohere.py @@ -37,7 +37,7 @@ # cohere 5.9.3+ from cohere import StreamEndStreamedChatResponse except ImportError: - from cohere import StreamedChatResponse_StreamEnd as StreamEndStreamedChatResponse # type: ignore + from cohere import StreamedChatResponse_StreamEnd as StreamEndStreamedChatResponse COLLECTED_CHAT_PARAMS = {