Skip to content

Commit 632e00d

Browse files
committed
make linter happy
1 parent 1e15638 commit 632e00d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

zulip_bots/zulip_bots/bots/archive/archive.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"""
44

55
import re
6+
67
import waybackpy
78

9+
810
class ArchiveBotHandler:
911
def usage(self) -> str:
1012
return """
@@ -30,4 +32,5 @@ def handle_message(self, message: dict, bot_handler) -> None:
3032
if replies:
3133
bot_handler.send_reply(message, "\n".join(replies))
3234

35+
3336
handler_class = ArchiveBotHandler

0 commit comments

Comments
 (0)