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():