Skip to content

Commit 2f14586

Browse files
committed
style: lint
1 parent f36cb28 commit 2f14586

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

tests/slack_sdk_async/web/test_web_client_coverage.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -571,8 +571,10 @@ async def run_method(self, method_name, method, async_method):
571571
self.api_methods_to_call.remove(method(channel="C123")["method"])
572572
await async_method(channel="C123")
573573
elif method_name == "chat_stopStream":
574-
self.api_methods_to_call.remove(method(channel="C123", ts="123.123", blocks=[{"type":"markdown","text":"**twelve**"}])["method"])
575-
await async_method(channel="C123", ts="123.123", blocks=[{"type":"markdown","text":"**twelve**"}])
574+
self.api_methods_to_call.remove(
575+
method(channel="C123", ts="123.123", blocks=[{"type": "markdown", "text": "**twelve**"}])["method"]
576+
)
577+
await async_method(channel="C123", ts="123.123", blocks=[{"type": "markdown", "text": "**twelve**"}])
576578
elif method_name == "chat_unfurl":
577579
self.api_methods_to_call.remove(
578580
method(

0 commit comments

Comments
 (0)