mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 04:52:30 +00:00
Remove unused imports and variables
This commit is contained in:
@@ -162,7 +162,6 @@ def compute_check(request: types.account.Password, password: str):
|
||||
|
||||
def generate_and_check_random():
|
||||
random_size = 256
|
||||
import time
|
||||
while True:
|
||||
random = os.urandom(random_size)
|
||||
a = int.from_bytes(random, 'big')
|
||||
|
Reference in New Issue
Block a user