Fix import ordering

This commit is contained in:
Rafael Caricio
2016-09-13 11:12:45 +02:00
parent 6697dc334f
commit c02fad46f7
3 changed files with 2 additions and 4 deletions

View File

@@ -287,5 +287,3 @@ def test_args_kwargs(simple_app):
resp = app_client.get('/v1.0/query-params-as-kwargs?foo=a&bar=b')
assert resp.status_code == 200
assert json.loads(resp.data.decode()) == {'foo': 'a'}