fixing linting errors with protocol_muxer and adding to Travis

This commit is contained in:
Robert Zajac
2019-01-09 20:24:41 -05:00
parent ab1aa0e7a8
commit 1dbe490623
4 changed files with 27 additions and 25 deletions

View File

@ -6,7 +6,7 @@ class MultiselectCommunicator(IMultiselectCommunicator):
and multistream module will follow the same multistream protocol,
which is necessary for them to work
"""
def __init__(self, stream):
self.stream = stream