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:
parent
249c5f723f
commit
9f11932615
1 changed files with 1 additions and 0 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Reference in a new issue