mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-09 13:29:47 +00:00
Fix imports
This commit is contained in:
@@ -7,9 +7,9 @@ import time
|
||||
from hashlib import sha1
|
||||
|
||||
from .. import helpers, _tl
|
||||
from ..crypto import AES, AuthKey, Factorization, rsa
|
||||
from .._crypto import AES, AuthKey, Factorization, rsa
|
||||
from ..errors import SecurityError
|
||||
from ..extensions import BinaryReader
|
||||
from .._misc import BinaryReader
|
||||
|
||||
|
||||
async def do_authentication(sender):
|
||||
|
Reference in New Issue
Block a user