🎨 Format Python code with Black (#2475)
Co-authored-by: OniriCorpe <6963387+OniriCorpe@users.noreply.github.com>
This commit is contained in:
parent
9afa3e01bb
commit
6332665748
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…
Reference in a new issue