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

Commit 6f778c9

Browse files
committed
Fixup linting errors in test/test_integration_http11.py.
1 parent de2c677 commit 6f778c9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/test_integration_http11.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ def socket_handler(listener):
163163

164164
assert c._sock is None
165165

166-
167166
def test_response_with_body(self):
168167
self.set_up()
169168

@@ -297,4 +296,4 @@ def socket_handler(listener):
297296
send_event.set()
298297

299298
with pytest.raises(HTTPUpgrade):
300-
r = c.get_response()
299+
c.get_response()

0 commit comments

Comments
 (0)