mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-07-30 07:47:48 +00:00
Remove unused import
This wasn't reported by pylint due to a pylint bug (apparently): `pylint A B` doesn't complain about an unused import in B if A happens to import and use the same module, which happens to be the case when we run pylint on the CI. Signed-off-by: Gilles Peskine <[email protected]>
This commit is contained in:
@@ -60,7 +60,6 @@ from abc import ABCMeta
|
||||
from typing import List
|
||||
|
||||
import scripts_path # pylint: disable=unused-import
|
||||
from mbedtls_dev import test_case
|
||||
from mbedtls_dev import test_data_generation
|
||||
from mbedtls_dev import bignum_common
|
||||
# Import modules containing additional test classes
|
||||
|
||||
Reference in New Issue
Block a user