Reorder another import for #357

This commit is contained in:
Lonami Exo 2017-10-22 11:23:15 +02:00
parent 5f0faee013
commit 5de8350d85

View File

@ -1,13 +1,12 @@
import re
from threading import Lock from threading import Lock
import re
from .. import utils
from ..tl import TLObject from ..tl import TLObject
from ..tl.types import ( from ..tl.types import (
User, Chat, Channel, PeerUser, PeerChat, PeerChannel, User, Chat, Channel, PeerUser, PeerChat, PeerChannel,
InputPeerUser, InputPeerChat, InputPeerChannel InputPeerUser, InputPeerChat, InputPeerChannel
) )
from .. import utils # Keep this line the last to maybe fix #357
class EntityDatabase: class EntityDatabase: