whitespace

This commit is contained in:
Chandler Abraham 2015-04-19 22:22:15 -07:00
parent fae964d315
commit 2c9079b518
1 changed files with 1 additions and 2 deletions

View File

@ -165,8 +165,7 @@ class TestWebSockets(test.ServerTestBase):
empty_stream = io.BytesIO("")
assert "" == websockets.read_handshake(empty_stream, 1)
class BadHandshakeHandler(WebSocketsEchoHandler):
def handshake(self):
client_hs = websockets.read_handshake(self.rfile, 1)