remove random

This commit is contained in:
Edwin Eefting 2022-03-07 23:11:46 +01:00
parent 7c372cf211
commit 5d7d6f6a6c
2 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,5 @@
import hashlib
import os
from random import random
class BlockHasher():

View File

@ -1,7 +1,6 @@
from __future__ import print_function
import time
from random import random, randint
from signal import signal, SIGPIPE
from .TreeHasher import TreeHasher