whitespace

This commit is contained in:
Kenneth Reitz
2011-06-12 18:17:27 -04:00
parent 78286c9332
commit eec2fdac94
-2
View File
@@ -20,8 +20,6 @@ def to_json(*args, **kwargs):
return json.dumps(data)
@app.route('/')
def hello():
return to_json(hello='world')