Skip to content

Commit

Permalink
delint
Browse files Browse the repository at this point in the history
Signed-off-by: Sylvain Hellegouarch <sh@defuze.org>
  • Loading branch information
Lawouach committed Nov 10, 2023
1 parent 6382b40 commit 2387c9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chaosreliably/controls/capture/slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def get_channel_id(client: WebClient, channel: str) -> Optional[str]:
if c["name"] == channel:
return cast(str, c["id"])

cursor = result.get("response_metadata", {}).get("next_cursor") # type: ignore # noqa
cursor = result.get("response_metadata", {}).get("next_cursor")
if not cursor:
break

Expand Down

0 comments on commit 2387c9f

Please sign in to comment.