fix line too long

This commit is contained in:
Marco Zeisler 2021-05-24 17:57:18 +02:00
parent 8cbb99ad5e
commit d4f8e4c4ac

View File

@ -38,7 +38,8 @@ class MBWrapper:
def setup_receiver(self): def setup_receiver(self):
assert self._type != 'sender', 'MBWrapper is already a sender. Use another MBWrapper.' assert self._type != 'sender', 'MBWrapper is already a sender. Use another MBWrapper.'
assert self.callback, 'Please setup MBWrapper with "on response" self.callback which can handle a byte string as input.' assert self.callback, \
'Please setup MBWrapper with "on response" self.callback which can handle a byte string as input.'
def consumer(): def consumer():
self._setup_channel() self._setup_channel()