Skip to content

Commit

Permalink
remove type ignore (though it was used locally for me?)
Browse files Browse the repository at this point in the history
  • Loading branch information
BYK committed Sep 19, 2024
1 parent a7f7776 commit 9f410a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sentry_sdk/integrations/cohere.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 9f410a2

Please sign in to comment.