aboutsummaryrefslogtreecommitdiff
path: root/util/plot_gen.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/plot_gen.py')
-rwxr-xr-xutil/plot_gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/plot_gen.py b/util/plot_gen.py
index b562404..4ee1ddc 100755
--- a/util/plot_gen.py
+++ b/util/plot_gen.py
@@ -18,7 +18,7 @@ from matplotlib import ticker, colors
from copy import deepcopy
import argparse
-from utils import hw, moving_average, plot_hist, jackknife_entropy, miller_correction
+from utils import hw, moving_average, plot_hist, miller_correction
if __name__ == "__main__":
parser = argparse.ArgumentParser(description="Plot results of ECTester key generation timing.")