mirror of
https://github.com/systemd/systemd.git
synced 2026-08-03 14:40:31 +00:00
ukify: Add missing typing for iterator
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user