From f3e3163b777053ab27d03ebc8fec6611b7fc6662 Mon Sep 17 00:00:00 2001 From: James Johnson <jjohnson@enthought.com> Date: Thu, 28 Jun 2018 09:37:45 +0100 Subject: [PATCH] missed a #noqa --- force_bdss/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/force_bdss/api.py b/force_bdss/api.py index f31cff6..a4d3c0d 100644 --- a/force_bdss/api.py +++ b/force_bdss/api.py @@ -20,7 +20,7 @@ from .factory_registry_plugin import IFactoryRegistryPlugin # noqa from .factory_registry_plugin import FactoryRegistryPlugin # noqa from .io.workflow_reader import WorkflowReader # noqa -from .io.workflow_reader import InvalidFileException +from .io.workflow_reader import InvalidFileException # noqa from .io.workflow_writer import WorkflowWriter # noqa from .mco.base_mco_model import BaseMCOModel # noqa -- GitLab