From 2c9079b518ccb453dc3670cb358281df5ceb7362 Mon Sep 17 00:00:00 2001 From: Chandler Abraham Date: Sun, 19 Apr 2015 22:22:15 -0700 Subject: [PATCH] whitespace --- test/test_websockets.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/test_websockets.py b/test/test_websockets.py index 346921831..035f9e17c 100644 --- a/test/test_websockets.py +++ b/test/test_websockets.py @@ -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)