fix some unrelated flake8 errors
This commit is contained in:
parent
388328391e
commit
051edd0f0a
@ -205,6 +205,7 @@ class RawSocketProtocol(PrefixProtocol):
|
||||
if data:
|
||||
PrefixProtocol.data_received(self, data)
|
||||
|
||||
|
||||
ERR_SERIALIZER_UNSUPPORTED = 1
|
||||
|
||||
ERRMAP = {
|
||||
|
@ -215,6 +215,7 @@ class Test(TestCase):
|
||||
self.assertTrue(server.onMessage.called)
|
||||
self.assertTrue(isinstance(server.onMessage.call_args[0][0], message.Abort))
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
# import sys;sys.argv = ['', 'Test.test_prefix']
|
||||
main()
|
||||
|
Loading…
Reference in New Issue
Block a user