Skip to content

Commit 3b0d290

Browse files
committed
remove second sleep import
1 parent a985f78 commit 3b0d290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

motobot/core_plugins/privmsg_handlers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from motobot import IRCBot, hook, request, Priority, Context, strip_control_codes, BotError
22
from motobot.modifiers import Modifier, CommandModifier, ParamsModifier, TrailingModifier, EatType
33
from itertools import tee
4-
from time import sleep, time, sleep
4+
from time import sleep, time
55

66

77
MESSAGE_DELAY = 0.2

0 commit comments

Comments
 (0)