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 (#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 249c5f723f
commit 5c5ed3f7ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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