From 33fc03fd96d1a433b140e5547f82f1a3caad7dc6 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Mon, 14 Jan 2019 03:17:36 +0530 Subject: [PATCH] removed unused import --- bolt.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bolt.py b/bolt.py index cf6f94a..9ceacc1 100644 --- a/bolt.py +++ b/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) \ No newline at end of file + print ('%s The raito of 0s and 1s is very high which indicates the tokens are pseudo-random' % good)