Skip to content

Commit

Permalink
🎨 Format Python code with Black (YunoHost#2475)
Browse files Browse the repository at this point in the history
Co-authored-by: OniriCorpe <[email protected]>
  • Loading branch information
github-actions[bot] and OniriCorpe authored Jul 15, 2024
1 parent 249c5f7 commit 5c5ed3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/autoupdate_app_sources/rest_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def changelog_for_ref(self, new_ref: str, old_ref: str, ref_type: RefType) -> st
else:
return f"{self.upstream}/releases/tag/{new_ref}"


class GitlabAPI:
def __init__(self, upstream: str):
# Find gitlab api root...
Expand Down

0 comments on commit 5c5ed3f

Please sign in to comment.