Extra newline for flake8
This commit is contained in:
parent
6c3ddf1b64
commit
683ba167de
|
@ -433,6 +433,7 @@ class TestRequestUtils:
|
|||
assert request.headers["Content-Type"].startswith('multipart/form-data')
|
||||
assert list(request.multipart_form.items()) == [(b"file", b"shell.jpg"), (b"file_size", b"1000")]
|
||||
|
||||
|
||||
class TestResponse:
|
||||
|
||||
def test_simple(self):
|
||||
|
|
Loading…
Reference in New Issue