Skip to content

Commit cd33d54

Browse files
committed
Fix more pep8 issues
1 parent 84b6fd8 commit cd33d54

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_view_decorators.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,4 +361,3 @@ def test_different_token_algorightm(app):
361361
response = test_client.get(url, headers=make_headers(token))
362362
assert response.status_code == 422
363363
assert response.get_json() == {'msg': 'The specified alg value is not allowed'}
364-

0 commit comments

Comments
 (0)