Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit f2070e9

Browse files
author
ex3me0
authored
Removed spaces at blank lines
1 parent 0697c07 commit f2070e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_http11.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ def test_chunked_overrides_body(self):
328328
received = b''.join(sock.queue)
329329

330330
assert received == expected
331-
331+
332332
def test_response_with_empty_reason(self):
333333
c = HTTP11Connection('httpbin.org')
334334
c._sock = sock = DummySocket()
@@ -342,7 +342,7 @@ def test_response_with_empty_reason(self):
342342
)
343343

344344
r = c.get_response()
345-
345+
346346
assert r.status == 201
347347
assert r.reason == b''
348348

0 commit comments

Comments
 (0)