Skip to content

Commit 2c1e388

Browse files
committed
Fix pyflakes error
1 parent 42343de commit 2c1e388

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_websocket.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ def test_handshake_protocol_agreement(self):
475475
def test_handshake_protocol_unsupported(self, m_websocket_warn):
476476
'''Tests if a protocol mismatch handshake warns and returns None'''
477477
warn_called = False
478+
478479
def websocket_warn(msg, *fmts):
479480
nonlocal warn_called
480481
warn_called = True

0 commit comments

Comments
 (0)