mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-08 14:49:59 -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
|
||||
case_description = ""
|
||||
dependencies: List[str] = []
|
||||
dependencies = [] # type: List[str]
|
||||
target_basename = ""
|
||||
test_function = ""
|
||||
test_name = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user