From a146d4f3b4fdffa87d445c261dd1a2ff1ffe4e2f Mon Sep 17 00:00:00 2001 From: udf Date: Sat, 3 Nov 2018 05:08:46 +0200 Subject: [PATCH] Useless imports are the best imports --- stdplugins/info.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/stdplugins/info.py b/stdplugins/info.py index e039abf..8dbba79 100644 --- a/stdplugins/info.py +++ b/stdplugins/info.py @@ -10,9 +10,6 @@ from telethon.tl.types import MessageEntityPre from telethon.tl.tlobject import TLObject import datetime -from telethon.tl.patched import Message -from telethon.tl.types import PeerUser - PRINTABLE_SET = set(bytes(string.printable, 'ascii'))