diff --git a/tools/autoupdate_app_sources/rest_api.py b/tools/autoupdate_app_sources/rest_api.py index 89c64d64fa..9c47ca005c 100644 --- a/tools/autoupdate_app_sources/rest_api.py +++ b/tools/autoupdate_app_sources/rest_api.py @@ -56,6 +56,7 @@ def changelog_for_ref(self, new_ref: str, old_ref: str, ref_type: RefType) -> st else: return f"{self.upstream}/releases/tag/{new_ref}" + class GitlabAPI: def __init__(self, upstream: str): # Find gitlab api root...