Separate top-level function by two blank lines

This commit is contained in:
Matt Prahl
2016-09-21 11:16:10 +02:00
committed by Nils Philippsen
parent 180b376ee2
commit a674de3fc3

View File

@@ -32,6 +32,7 @@ def publish(topic, msg, backend, modname='rida'):
raise KeyError("No messaging backend found for %r" % backend)
return handler(topic, msg, modname=modname)
def listen(backend, **kwargs):
""" Yield messages from a given messaging backend.