From 5c5ed3f7fff5fde609ad7fd3a13013b8eb726137 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:36:06 +0200 Subject: [PATCH] :art: Format Python code with Black (#2475) Co-authored-by: OniriCorpe <6963387+OniriCorpe@users.noreply.github.com> --- tools/autoupdate_app_sources/rest_api.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/autoupdate_app_sources/rest_api.py b/tools/autoupdate_app_sources/rest_api.py index 89c64d64..9c47ca00 100644 --- a/tools/autoupdate_app_sources/rest_api.py +++ b/tools/autoupdate_app_sources/rest_api.py @@ -56,6 +56,7 @@ class GithubAPI: else: return f"{self.upstream}/releases/tag/{new_ref}" + class GitlabAPI: def __init__(self, upstream: str): # Find gitlab api root...