We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8637b1b commit e24f7c2Copy full SHA for e24f7c2
1 file changed
sentry_sdk/integrations/litellm.py
@@ -19,7 +19,7 @@
19
20
try:
21
import litellm # type: ignore[import-not-found]
22
- from litellm import input_callback, success_callback, failure_callback
+ from litellm import input_callback, success_callback, failure_callback # type: ignore[import-not-found]
23
except ImportError:
24
raise DidNotEnable("LiteLLM not installed")
25
0 commit comments