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
......@@ -31,4 +31,3 @@ if __name__ == "__main__":
sys.exit(2)
else:
print("branch exists.")
......@@ -18,6 +18,7 @@ _REPOS = {
"ADVANCEDUSERTOOLS": "https://gitlab.indiscale.com/api/v4/projects/104"
}
def get_remote(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