Skip to content

Commit d9937dc

Browse files
srtaalejzimeg
andauthored
Update slack_bolt/agent/async_agent.py
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent 409f582 commit d9937dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack_bolt/agent/async_agent.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ async def set_status(
7777
channel: Optional[str] = None,
7878
thread_ts: Optional[str] = None,
7979
**kwargs,
80-
) -> SlackResponse:
80+
) -> AsyncSlackResponse:
8181
"""Sets the status of an assistant thread.
8282
8383
Args:

0 commit comments

Comments
 (0)