mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
Remove unused imports
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
@ -58,7 +58,7 @@ import itertools
|
||||
import sys
|
||||
|
||||
from abc import ABCMeta, abstractmethod
|
||||
from typing import Callable, Dict, Iterable, Iterator, List, Tuple, TypeVar, cast
|
||||
from typing import Iterator, List, Tuple, TypeVar, cast
|
||||
|
||||
import scripts_path # pylint: disable=unused-import
|
||||
from mbedtls_dev import test_case
|
||||
|
Reference in New Issue
Block a user