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

Commit 6b6db2e

Browse files
MrMissxMoveAngel
authored andcommitted
afk: disable autoflake linting on import
• disable pylint fix on empty value imports Co-authored-by: Mr.Miss <[email protected]> Signed-off-by: MoveAngel <[email protected]>
1 parent 56adbdc commit 6b6db2e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

userbot/modules/afk.py

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

1212
from telethon.events import StopPropagation
1313

14-
from userbot import CMD_HELP # noqa
1514
from userbot import (
1615
AFKREASON,
17-
BOTLOG,
18-
BOTLOG_CHATID,
1916
COUNT_MSG,
17+
CMD_HELP,
2018
ISAFK,
21-
PM_AUTO_BAN,
19+
BOTLOG,
20+
BOTLOG_CHATID,
2221
USERS,
23-
)
22+
PM_AUTO_BAN) # pylint: disable=unused-imports
23+
2424
from userbot.events import register
2525

2626
# ========================= CONSTANTS ============================

0 commit comments

Comments
 (0)