Significantly clean-up imports

Sure wish I would've automated this.
This commit is contained in:
Lonami Exo
2023-09-02 23:05:28 +02:00
parent f75acee7e8
commit 4b2d252fe1
52 changed files with 447 additions and 231 deletions

View File

@@ -1,13 +1,13 @@
from telethon._impl.crypto import (
AuthKey,
Side,
_do_encrypt_data_v2,
calc_key,
decrypt_data_v2,
decrypt_ige,
encrypt_ige,
generate_key_data_from_nonce,
)
from telethon._impl.crypto.auth_key import AuthKey
from telethon._impl.crypto.crypto import _do_encrypt_data_v2
def get_test_auth_key() -> AuthKey: