Skip to content

Commit 34e7b5a

Browse files
psychedelicioushipsterusername
authored andcommitted
chore(ui): lint
1 parent 5c3dd62 commit 34e7b5a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

invokeai/frontend/web/src/features/nodes/util/workflow/buildWorkflow.ts

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,8 @@ import { logger } from 'app/logging/logger';
22
import { parseify } from 'common/util/serialize';
33
import type { NodesState, WorkflowsState } from 'features/nodes/store/types';
44
import { 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';
117
import i18n from 'i18n';
128
import { cloneDeep, omit } from 'lodash-es';
139
import { fromZodError } from 'zod-validation-error';

0 commit comments

Comments
 (0)