Fix a missing type hint warning
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
00d3e96042
commit
f0c75796be
1 changed files with 1 additions and 1 deletions
|
@ -355,7 +355,7 @@ class OpFail:
|
|||
dependencies[i] = '!' + dep
|
||||
tc.set_dependencies(dependencies)
|
||||
tc.set_function(category.name.lower() + '_fail')
|
||||
arguments = []
|
||||
arguments = [] # type: List[str]
|
||||
if kt:
|
||||
key_material = kt.key_material(kt.sizes_to_test()[0])
|
||||
arguments += [key_type, test_case.hex_string(key_material)]
|
||||
|
|
Loading…
Reference in a new issue