summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Helmert III <ajak@gentoo.org>2023-12-26 12:54:37 -0800
committerJohn Helmert III <ajak@gentoo.org>2023-12-26 12:54:37 -0800
commit07cb6f4e52b32db60648daf606c024ca14ab570e (patch)
treebc07c76d81c1fba67ce107ac2b828b0049d17c8b
parentmodels/glsa: fixup another column relationship assignment (diff)
downloadglsamaker-07cb6f4e52b32db60648daf606c024ca14ab570e.tar.gz
glsamaker-07cb6f4e52b32db60648daf606c024ca14ab570e.tar.bz2
glsamaker-07cb6f4e52b32db60648daf606c024ca14ab570e.zip
autoglsa: type bugs_aliases()
Signed-off-by: John Helmert III <ajak@gentoo.org>
-rw-r--r--glsamaker/autoglsa.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/glsamaker/autoglsa.py b/glsamaker/autoglsa.py
index 8c8c48c..e1ffa9f 100644
--- a/glsamaker/autoglsa.py
+++ b/glsamaker/autoglsa.py
@@ -186,7 +186,7 @@ def generate_affected(atoms: list[atom_mod.atom]) -> list[Affected]:
return ret
-def bugs_aliases(bugs):
+def bugs_aliases(bugs: list[BugzillaBug]) -> list[str]:
ret = []
bugs = bgo.getbugs(bugs)
for bug in bugs: