mirror of
https://github.com/kennethreitz/httpbin.git
synced 2026-06-05 23:00:18 +00:00
remove unused variable form from helpers.get_dict (#304)
This commit is contained in:
committed by
Ian Cordasco
parent
f30e81eeeb
commit
ce328618d8
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user