Loading kilter/protocol/core.py +7 −8 Original line number Diff line number Diff line Loading @@ -268,7 +268,6 @@ class FilterProtocol: responses = MTA_EVENT_RESPONSES[message.ident] except KeyError: raise InvalidMessage(message) else: assert isinstance( message, ( Loading Loading
kilter/protocol/core.py +7 −8 Original line number Diff line number Diff line Loading @@ -268,7 +268,6 @@ class FilterProtocol: responses = MTA_EVENT_RESPONSES[message.ident] except KeyError: raise InvalidMessage(message) else: assert isinstance( message, ( Loading