mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-13 21:09:53 +08:00
Separate top-level function by two blank lines
This commit is contained in:
committed by
Nils Philippsen
parent
180b376ee2
commit
a674de3fc3
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user