mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Make lint happier
This commit is contained in:
@@ -10,7 +10,7 @@ from ..extensions import BinaryWriter
|
||||
|
||||
|
||||
# {fingerprint: Crypto.PublicKey.RSA._RSAobj} dictionary
|
||||
_server_keys = { }
|
||||
_server_keys = {}
|
||||
|
||||
|
||||
def get_byte_array(integer):
|
||||
|
Reference in New Issue
Block a user