1
0
Fork 0

🎨 Format Python code with Black (#2475)

Co-authored-by: OniriCorpe <6963387+OniriCorpe@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-07-15 16:36:06 +02:00 committed by GitHub
parent 9afa3e01bb
commit 6332665748

View file

@ -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...