Skip to content
Snippets Groups Projects
Commit 76b0562d authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

STY: autopep8'd

parent 139f85e7
No related branches found
No related tags found
2 merge requests!89ENH: JsonSchemaExporter accepts do_not_create parameter.,!80F simple schema export
Pipeline #42378 failed
This commit is part of merge request !89. Comments created here will be created in the context of that merge request.
...@@ -31,4 +31,3 @@ if __name__ == "__main__": ...@@ -31,4 +31,3 @@ if __name__ == "__main__":
sys.exit(2) sys.exit(2)
else: else:
print("branch exists.") print("branch exists.")
...@@ -18,6 +18,7 @@ _REPOS = { ...@@ -18,6 +18,7 @@ _REPOS = {
"ADVANCEDUSERTOOLS": "https://gitlab.indiscale.com/api/v4/projects/104" "ADVANCEDUSERTOOLS": "https://gitlab.indiscale.com/api/v4/projects/104"
} }
def get_remote(repository): def get_remote(repository):
return _REPOS[repository] return _REPOS[repository]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment