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: