Formating.

This commit is contained in:
Romain Dorgueil
2017-09-30 11:26:22 +02:00
parent 7ca3369f71
commit b49ccaa7a7

View File

@ -6,6 +6,7 @@ from bonobo.util.objects import get_name
OUTPUT_GRAPHVIZ = 'graphviz' OUTPUT_GRAPHVIZ = 'graphviz'
def execute(*, output, **kwargs): def execute(*, output, **kwargs):
graph, plugins, services = read(**kwargs) graph, plugins, services = read(**kwargs)