Pacify pylint
Except for missing documentation, which will come in a subsequent commit.
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/scripts/mbedtls_dev/bignum_mod_raw.py b/scripts/mbedtls_dev/bignum_mod_raw.py
index 352e438..4628bff 100644
--- a/scripts/mbedtls_dev/bignum_mod_raw.py
+++ b/scripts/mbedtls_dev/bignum_mod_raw.py
@@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-from typing import Iterator, List, Optional, Union
+from typing import Iterator, List
from . import test_case
from . import test_data_generation
@@ -139,7 +139,7 @@
test_object.set_representation(rep)
#Filters out the duplicate
if rep == bignum_common.ModulusRepresentation.OPT_RED:
- test_object.dependencies= []
+ test_object.dependencies = []
if bil == 64:
continue
if test_object.is_valid: