ukify: Add missing typing for iterator

This commit is contained in:
Jörg Behrmann
2024-10-10 18:23:35 +02:00
parent 39b2ee5369
commit f5698a3f41

View File

@@ -504,7 +504,7 @@ def combine_signatures(pcrsigs: list[dict[str, str]]) -> str:
return json.dumps(combined)
def key_path_groups(opts: argparse.Namespace) -> Iterator:
def key_path_groups(opts: argparse.Namespace) -> Iterator[tuple[str, Optional[Path], Optional[str]]]:
if not opts.pcr_private_keys:
return