Skip to content
This repository was archived by the owner on Sep 29, 2021. It is now read-only.

Commit 6c872a1

Browse files
author
MoveAngel
committed
afk: fix after gey pylint
Signed-off-by: MoveAngel <[email protected]>
1 parent b53dcd0 commit 6c872a1

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

userbot/modules/afk.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,16 @@
1111

1212
from telethon.events import StopPropagation
1313

14-
from userbot import CMD_HELP # noqa
15-
from userbot import AFKREASON, BOTLOG, BOTLOG_CHATID, PM_AUTO_BAN
14+
from userbot import (
15+
AFKREASON,
16+
COUNT_MSG,
17+
CMD_HELP,
18+
ISAFK,
19+
BOTLOG,
20+
BOTLOG_CHATID,
21+
USERS,
22+
PM_AUTO_BAN) # pylint: disable=unused-imports
23+
1624
from userbot.events import register
1725

1826
# ========================= CONSTANTS ============================

0 commit comments

Comments
 (0)