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

@@ -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):