From 9f410a2af0bb09173e66d56a2ef39e52b6a0fcef Mon Sep 17 00:00:00 2001 From: Burak Yigit Kaya Date: Thu, 19 Sep 2024 20:30:22 +0100 Subject: [PATCH] remove type ignore (though it was used locally for me?) --- sentry_sdk/integrations/cohere.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {