1
0
Fork 0
mirror of https://github.com/YunoHost/apps.git synced 2024-09-03 20:06:07 +02:00

🎨 Format Python code with Black

This commit is contained in:
OniriCorpe 2024-07-15 14:33:15 +00:00 committed by github-actions[bot]
parent 249c5f723f
commit 9f11932615

View file

@ -56,6 +56,7 @@ class GithubAPI:
else: else:
return f"{self.upstream}/releases/tag/{new_ref}" return f"{self.upstream}/releases/tag/{new_ref}"
class GitlabAPI: class GitlabAPI:
def __init__(self, upstream: str): def __init__(self, upstream: str):
# Find gitlab api root... # Find gitlab api root...