Skip to content

Commit 82fa3f8

Browse files
committed
PEP8
1 parent 9c8cfc5 commit 82fa3f8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fink_utils/tg_bot/utils.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,9 @@ def add(data, text=None, parse_mode=parse_mode):
189189
time.sleep(sleep_seconds)
190190

191191

192-
def msg_handler_tg_cutouts(tg_data, channel_id, init_msg, timeout=25, sleep_seconds=10, token=None):
192+
def msg_handler_tg_cutouts(
193+
tg_data, channel_id, init_msg, timeout=25, sleep_seconds=10, token=None
194+
):
193195
"""Multi-cutout version of `msg_handler_tg`
194196
195197
Notes

0 commit comments

Comments
 (0)