Skip to content

Commit 4285d07

Browse files
committed
Type info is not available
1 parent f2cd691 commit 4285d07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/dispatch/integrations/slack.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import slack_sdk
2-
import slack_sdk.errors
3-
import slack_sdk.web
1+
import slack_sdk # type: ignore
2+
import slack_sdk.errors # type: ignore
3+
import slack_sdk.web # type: ignore
44

55
from dispatch.integrations.http import http_response_code_status
66
from dispatch.status import Status, register_error_type, register_output_type

0 commit comments

Comments
 (0)