fix line too long
This commit is contained in:
parent
8cbb99ad5e
commit
d4f8e4c4ac
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user