From acb066ad2ec953982e56e1c56818f5354c50cb9b Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sat, 6 Feb 2021 12:51:01 +0100 Subject: [PATCH] Fix patched import --- telethon/tl/patched/__init__.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/telethon/tl/patched/__init__.py b/telethon/tl/patched/__init__.py index 21b9b17b..37eeab79 100644 --- a/telethon/tl/patched/__init__.py +++ b/telethon/tl/patched/__init__.py @@ -1,4 +1,2 @@ # Compatibility for people relying on this module -from ..custom.message import Message - -MessageService = MessageEmpty = Message +from ..custom.message import MessageEmpty, MessageService, Message