From 41462b8c2e2031069455b4d765d9ab8c3706027f Mon Sep 17 00:00:00 2001 From: Gareth Ma Date: Wed, 23 Aug 2023 20:46:47 +0300 Subject: [PATCH] Apply review suggestions --- estimator/lwe_bkw.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/estimator/lwe_bkw.py b/estimator/lwe_bkw.py index 7bece07..c277b45 100644 --- a/estimator/lwe_bkw.py +++ b/estimator/lwe_bkw.py @@ -2,7 +2,7 @@ """ See :ref:`Coded-BKW for LWE` for what is available. """ -from sage.all import ZZ, ceil, log, floor, sqrt, var, find_root, erf, oo, cached_function +from sage.all import ZZ, ceil, log, floor, sqrt, find_root, erf, oo, cached_function from .lwe_parameters import LWEParameters from .util import local_minimum