Remove unused import

Signed-off-by: Ben Taylor <ben.taylor@linaro.org>
This commit is contained in:
Ben Taylor
2026-05-06 11:51:47 +01:00
parent c6610dde67
commit 40e07ca2d8
+1 -1
View File
@@ -3,7 +3,7 @@
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
# #
from typing import Dict, List from typing import List
from . import test_data_generation from . import test_data_generation
from . import bignum_common from . import bignum_common