Skip to content

Commit ddb4aeb

Browse files
committed
fix: format
1 parent 26225f3 commit ddb4aeb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/slack_helper.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,5 @@ def send_msg(ch, attachments):
107107
def update_msg(ch, ts, attachments):
108108
r = client.chat_update(channel=ch,
109109
ts=ts,
110-
attachments=attachments
111-
)
110+
attachments=attachments)
112111
return r

0 commit comments

Comments
 (0)