Skip to content
Snippets Groups Projects
Commit b92640b5 authored by Stefano Borini's avatar Stefano Borini
Browse files

Flake

parent 67b4fc31
No related branches found
No related tags found
1 merge request!14Separated MCO and evaluation in two different plugins
......@@ -56,7 +56,6 @@ class BDSSApplication(Application):
super().__init__(plugins=plugins)
def _workflow_default(self):
with open(self.workflow_filepath) as f:
return Workflow.from_json(json.load(f))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment