Skip to content

Commit

Permalink
style: fix new flake8 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed Nov 29, 2016
1 parent d88cde3 commit b529eeb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions graphite_api/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ def keys(self):
keys.update(request.form.keys())
keys.update(request.args.keys())
return keys


RequestParams = RequestParams()


Expand Down

0 comments on commit b529eeb

Please sign in to comment.