diff --git a/telethon/tl/entity_database.py b/telethon/tl/entity_database.py index 554e2a5a..b0fc70fb 100644 --- a/telethon/tl/entity_database.py +++ b/telethon/tl/entity_database.py @@ -1,13 +1,12 @@ +import re from threading import Lock -import re - -from .. import utils from ..tl import TLObject from ..tl.types import ( User, Chat, Channel, PeerUser, PeerChat, PeerChannel, InputPeerUser, InputPeerChat, InputPeerChannel ) +from .. import utils # Keep this line the last to maybe fix #357 class EntityDatabase: