Skip to content

Commit 1354089

Browse files
committed
✅ mypy
1 parent ec363ba commit 1354089

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/integrations/slack/integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ def send_threaded_ephemeral_message_static(
202202
*,
203203
integration_id: int,
204204
channel_id: str,
205-
thread_ts: str,
206205
renderable: SlackRenderable,
207206
slack_user_id: str,
207+
thread_ts: str | None,
208208
) -> None:
209209
"""
210210
In most cases, you should use the instance method instead, so an organization is associated

0 commit comments

Comments
 (0)