From 5945f108f2b74faac6d201c2ca17f28bc5a45136 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 12 Jun 2011 18:25:25 -0400 Subject: [PATCH] whitespace --- httpbin/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/httpbin/core.py b/httpbin/core.py index a5a9fe1..16da970 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -27,7 +27,6 @@ def hello(): @app.route('/headers') def view_headers(): - return to_json(headers='headers')