mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Fix imports
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
from ._misc import helpers # no dependencies
|
||||
from . import _tl # no dependencies
|
||||
from ._misc import utils # depends on helpers and _tl
|
||||
from ._tl import custom # depends on utils
|
||||
from ._misc import hints # depends on custom
|
||||
from ._misc import hints # depends on types/custom
|
||||
|
||||
from ._client.telegramclient import TelegramClient
|
||||
from ._network import connection
|
||||
|
Reference in New Issue
Block a user