Skip to content

Commit 8637b1b

Browse files
.
1 parent 88f2478 commit 8637b1b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

sentry_sdk/integrations/litellm.py

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

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

0 commit comments

Comments
 (0)