Skip to content
Snippets Groups Projects
Commit 2e092aaa authored by Erik Reid's avatar Erik Reid
Browse files

pep8 (copy/paste error)

parent 5a16b2a0
No related branches found
No related tags found
No related merge requests found
...@@ -35,11 +35,6 @@ def require_accepts_json(f): ...@@ -35,11 +35,6 @@ def require_accepts_json(f):
@routes.route("/version", methods=['GET', 'POST']) @routes.route("/version", methods=['GET', 'POST'])
@require_accepts_json @require_accepts_json
def version(): def version():
VERSION = {
"api": "0.1",
"module": "0.1"
}
return Response( return Response(
json.dumps({ json.dumps({
'api': API_VERSION, 'api': API_VERSION,
......
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