Remove unused imports and variables

This commit is contained in:
Lonami Exo
2020-07-04 12:18:39 +02:00
parent 0f8119c400
commit ab594ed0cb
7 changed files with 6 additions and 11 deletions

View File

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