removed unused import
This commit is contained in:
3
bolt.py
3
bolt.py
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user