From ce328618d8cd90ca8a5c16156e429bc4d7741780 Mon Sep 17 00:00:00 2001 From: zhulongcheng Date: Tue, 4 Oct 2016 21:48:08 +0800 Subject: [PATCH] remove unused variable `form` from `helpers.get_dict` (#304) --- httpbin/helpers.py | 1 - 1 file changed, 1 deletion(-) diff --git a/httpbin/helpers.py b/httpbin/helpers.py index e8b296a..0946dea 100644 --- a/httpbin/helpers.py +++ b/httpbin/helpers.py @@ -169,7 +169,6 @@ def get_dict(*keys, **extras): assert all(map(_keys.__contains__, keys)) data = request.data - form = request.form form = semiflatten(request.form) try: