We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27bc0e7 commit 72a99d8Copy full SHA for 72a99d8
workflow/workflow_engine.py
@@ -30,7 +30,7 @@
30
from informaticsmatters.protobuf.datamanager.pod_message_pb2 import PodMessage
31
from informaticsmatters.protobuf.datamanager.workflow_message_pb2 import WorkflowMessage
32
33
-from .workflow_abc import APIAdapter, InstanceLauncher, LaunchResult
+from workflow.workflow_abc import APIAdapter, InstanceLauncher, LaunchResult
34
35
_LOGGER: logging.Logger = logging.getLogger(__name__)
36
_LOGGER.setLevel(logging.INFO)
0 commit comments