From 018249da36c11f003c9fee47926a785de4254eb1 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Sun, 20 Jan 2019 15:57:42 +0530 Subject: [PATCH] removed yet another unused import --- bolt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bolt.py b/bolt.py index e0e5efd..97d1103 100644 --- a/bolt.py +++ b/bolt.py @@ -30,7 +30,6 @@ import statistics import core.config from core.entropy import isRandom -from core.config import tokenPattern from core.datanize import datanize from core.prompt import prompt from core.photon import photon