Skip to content

Commit e24f7c2

Browse files
add type ignore
1 parent 8637b1b commit e24f7c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sentry_sdk/integrations/litellm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
try:
2121
import litellm # type: ignore[import-not-found]
22-
from litellm import input_callback, success_callback, failure_callback
22+
from litellm import input_callback, success_callback, failure_callback # type: ignore[import-not-found]
2323
except ImportError:
2424
raise DidNotEnable("LiteLLM not installed")
2525

0 commit comments

Comments
 (0)