mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-10 23:55:35 -04:00
Use Python 3.5 style typing for dependencies
Signed-off-by: Werner Lewis <werner.lewis@arm.com>
This commit is contained in:
parent
486b3410a4
commit
6cc5e5f0d9
@ -51,7 +51,7 @@ class BaseTarget(metaclass=ABCMeta):
|
|||||||
"""
|
"""
|
||||||
count = 0
|
count = 0
|
||||||
case_description = ""
|
case_description = ""
|
||||||
dependencies: List[str] = []
|
dependencies = [] # type: List[str]
|
||||||
target_basename = ""
|
target_basename = ""
|
||||||
test_function = ""
|
test_function = ""
|
||||||
test_name = ""
|
test_name = ""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user