Skip to content

Commit 7a5eef0

Browse files
committed
pylint: auto fixes
1 parent ee55d8e commit 7a5eef0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

userbot/plugins/locks.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
import base64
2+
23
from telethon import events, functions, types
34
from telethon.tl.functions.messages import EditChatDefaultBannedRightsRequest
45
from telethon.tl.functions.messages import ImportChatInviteRequest as Get
56
from telethon.tl.types import ChatBannedRights
7+
68
from .sql_helper.locks_sql import get_locks, is_locked, update_lock
79

810

0 commit comments

Comments
 (0)