removed unused import

This commit is contained in:
Somdev Sangwan
2019-01-14 03:17:36 +05:30
committed by GitHub
parent fd37f2bc55
commit 33fc03fd96

View File

@@ -29,7 +29,6 @@ import re
import statistics
import core.config
from modules.erfc import erfc
from core.config import token
from core.datanize import datanize
from core.prompt import prompt
@@ -297,4 +296,4 @@ print (' %s Phase: Analysing %s[%s6/6%s]%s' % (lightning, green, end, green, end
bitDistribution = monobit(''.join(allTokens))
if bitDistribution < 1:
print ('%s The raito of 0s and 1s is very high which indicates the tokens are pseudo-random' % good)
print ('%s The raito of 0s and 1s is very high which indicates the tokens are pseudo-random' % good)