Remove unused imports
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
a4668a6b6c
commit
56013081c7
2 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ import itertools
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
from abc import ABCMeta, abstractmethod
|
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
|
import scripts_path # pylint: disable=unused-import
|
||||||
from mbedtls_dev import test_case
|
from mbedtls_dev import test_case
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue