Clean-up docs and merge some imports

This commit is contained in:
Lonami Exo
2018-05-30 18:55:01 +02:00
parent 780c66c619
commit ae87d452c8
7 changed files with 32 additions and 23 deletions

View File

@@ -11,8 +11,7 @@ from ..tl.types import (
ServerDHInnerData, ClientDHInnerData, DhGenOk, DhGenRetry, DhGenFail
)
from .. import helpers as utils
from ..crypto import AES, AuthKey, Factorization
from ..crypto import rsa
from ..crypto import AES, AuthKey, Factorization, rsa
from ..errors import SecurityError
from ..extensions import BinaryReader
from ..network import MtProtoPlainSender