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

Commit 18fbab5

Browse files
committed
Fixup linting errors in test/server.py.
1 parent 779a3f3 commit 18fbab5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

test/server.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,11 @@
2626
)
2727
from hyper.tls import NPN_PROTOCOL
2828

29+
2930
class SocketServerThread(threading.Thread):
3031
"""
31-
This method stolen wholesale from shazow/urllib3 under license. See NOTICES.
32+
This method stolen wholesale from shazow/urllib3 under license. See
33+
NOTICES.
3234
3335
:param socket_handler: Callable which receives a socket argument for one
3436
request.
@@ -128,7 +130,6 @@ def get_connection(self):
128130
proxy_host=self.host,
129131
proxy_port=self.port)
130132

131-
132133
def get_encoder(self):
133134
"""
134135
Returns a HPACK encoder set up for responses.

0 commit comments

Comments
 (0)