File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
invokeai/frontend/web/src/features/nodes/util/workflow Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,8 @@ import { logger } from 'app/logging/logger';
22import { parseify } from 'common/util/serialize' ;
33import type { NodesState , WorkflowsState } from 'features/nodes/store/types' ;
44import { isInvocationNode , isNotesNode } from 'features/nodes/types/invocation' ;
5- import type {
6- WorkflowV2 } from 'features/nodes/types/workflow' ;
7- import {
8- zWorkflowEdge ,
9- zWorkflowNode ,
10- } from 'features/nodes/types/workflow' ;
5+ import type { WorkflowV2 } from 'features/nodes/types/workflow' ;
6+ import { zWorkflowEdge , zWorkflowNode } from 'features/nodes/types/workflow' ;
117import i18n from 'i18n' ;
128import { cloneDeep , omit } from 'lodash-es' ;
139import { fromZodError } from 'zod-validation-error' ;
You can’t perform that action at this time.
0 commit comments