mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-03 05:04:33 +03:00
Reorder another import for #357
This commit is contained in:
parent
5f0faee013
commit
5de8350d85
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user