mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-02-09 08:00:53 +03:00
Fix circular import regarding ignore_takeout
This commit is contained in:
parent
7524b652c8
commit
02703e3753
|
@ -3,9 +3,9 @@ from ._misc import helpers as _ # no dependencies
|
|||
from . import _tl # no dependencies
|
||||
from ._misc import utils as _ # depends on helpers and _tl
|
||||
from ._misc import hints as _ # depends on types/custom
|
||||
from ._client.account import ignore_takeout
|
||||
|
||||
from ._client.telegramclient import TelegramClient
|
||||
from ._client.account import ignore_takeout
|
||||
from . import version, events, errors, enums
|
||||
|
||||
__version__ = version.__version__
|
||||
|
|
|
@ -4,7 +4,6 @@ import typing
|
|||
import dataclasses
|
||||
from contextvars import ContextVar
|
||||
|
||||
from .users import _NOT_A_REQUEST
|
||||
from .._misc import helpers, utils
|
||||
from .. import _tl
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user