wf-core reorg 3 remove old paths
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
from .model import (
|
||||
from .models import (
|
||||
ConditionNode,
|
||||
Edge,
|
||||
ForeachNode,
|
||||
@@ -35,7 +35,7 @@ from .run_state import (
|
||||
TraceEntry,
|
||||
)
|
||||
from .tokens import END, START
|
||||
from .validate import (
|
||||
from .validation import (
|
||||
ValidationIssue,
|
||||
ValidationIssueCode,
|
||||
ValidationReport,
|
||||
|
||||
Reference in New Issue
Block a user