Fix imports

This commit is contained in:
Lonami Exo
2021-09-12 13:27:13 +02:00
parent 28956496fc
commit f222dc167e
62 changed files with 322 additions and 301 deletions

View File

@@ -5,7 +5,9 @@ import sys
import typing
import warnings
from .. import utils, helpers, errors, password as pwd_mod, _tl
from .._misc import utils, helpers, password as pwd_mod
from .. import errors, _tl
from .._tl import custom
if typing.TYPE_CHECKING:
from .telegramclient import TelegramClient