forked from kate/uniborg
Useless imports are the best imports
This commit is contained in:
parent
225e377130
commit
a146d4f3b4
|
@ -10,9 +10,6 @@ from telethon.tl.types import MessageEntityPre
|
||||||
from telethon.tl.tlobject import TLObject
|
from telethon.tl.tlobject import TLObject
|
||||||
import datetime
|
import datetime
|
||||||
|
|
||||||
from telethon.tl.patched import Message
|
|
||||||
from telethon.tl.types import PeerUser
|
|
||||||
|
|
||||||
PRINTABLE_SET = set(bytes(string.printable, 'ascii'))
|
PRINTABLE_SET = set(bytes(string.printable, 'ascii'))
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue