import EventBasedGatewayConverter from correct package

This commit is contained in:
burnettk 2023-02-02 21:55:26 -05:00
parent d71491dd67
commit 58f9d87a00
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -1760,7 +1760,7 @@ lxml = "*"
type = "git" type = "git"
url = "https://github.com/sartography/SpiffWorkflow" url = "https://github.com/sartography/SpiffWorkflow"
reference = "main" reference = "main"
resolved_reference = "1f51db962ccaed5810f5d0f7d76a932f056430ab" resolved_reference = "0e61be85c47474a33037e6f398e64c96e02f13ad"
[[package]] [[package]]
name = "sqlalchemy" name = "sqlalchemy"

View File

@ -43,7 +43,7 @@ from SpiffWorkflow.exceptions import WorkflowException # type: ignore
from SpiffWorkflow.exceptions import WorkflowTaskException from SpiffWorkflow.exceptions import WorkflowTaskException
from SpiffWorkflow.serializer.exceptions import MissingSpecError # type: ignore from SpiffWorkflow.serializer.exceptions import MissingSpecError # type: ignore
from SpiffWorkflow.spiff.serializer.config import SPIFF_SPEC_CONFIG # type: ignore from SpiffWorkflow.spiff.serializer.config import SPIFF_SPEC_CONFIG # type: ignore
from SpiffWorkflow.spiff.serializer.task_spec_converters import ( # type: ignore from SpiffWorkflow.bpmn.serializer.task_spec import ( # type: ignore
EventBasedGatewayConverter, EventBasedGatewayConverter,
) )
from SpiffWorkflow.task import Task as SpiffTask # type: ignore from SpiffWorkflow.task import Task as SpiffTask # type: ignore