Skip to content

Commit 72a99d8

Browse files
author
Alan Christie
committed
fix: Tweak workflow engine imports
1 parent 27bc0e7 commit 72a99d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/workflow_engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
from informaticsmatters.protobuf.datamanager.pod_message_pb2 import PodMessage
3131
from informaticsmatters.protobuf.datamanager.workflow_message_pb2 import WorkflowMessage
3232

33-
from .workflow_abc import APIAdapter, InstanceLauncher, LaunchResult
33+
from workflow.workflow_abc import APIAdapter, InstanceLauncher, LaunchResult
3434

3535
_LOGGER: logging.Logger = logging.getLogger(__name__)
3636
_LOGGER.setLevel(logging.INFO)

0 commit comments

Comments
 (0)