mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Use Python 3.5 style typing for dependencies
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
466f036326
commit
aaf3b79bbb
|
|
@ -52,7 +52,7 @@ class BaseTarget(metaclass=ABCMeta):
|
|||
"""
|
||||
count = 0
|
||||
case_description = ""
|
||||
dependencies: List[str] = []
|
||||
dependencies = [] # type: List[str]
|
||||
target_basename = ""
|
||||
test_function = ""
|
||||
test_name = ""
|
||||
|
|
|
|||
Loading…
Reference in a new issue