Skip to content

Commit 9939e78

Browse files
remove type ignore
1 parent e24f7c2 commit 9939e78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 # type: ignore[import-not-found]
22+
from litellm import input_callback, success_callback, failure_callback
2323
except ImportError:
2424
raise DidNotEnable("LiteLLM not installed")
2525

0 commit comments

Comments
 (0)