Skip to content

Commit 49f4a8c

Browse files
committed
[automated] Apply ESLint and Prettier fixes
1 parent a29d101 commit 49f4a8c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/core/graph/widgets/dynamicWidgets.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
import { useChainCallback } from '@/composables/functional/useChainCallback'
22
import { NodeSlotType } from '@/lib/litegraph/src/types/globalEnums'
3-
import type { ISlotType } from '@/lib/litegraph/src/interfaces'
3+
import type { ISlotType, INodeInputSlot } from '@/lib/litegraph/src/interfaces'
44
import type { LGraphNode } from '@/lib/litegraph/src/LGraphNode'
5-
import type { INodeInputSlot } from '@/lib/litegraph/src/interfaces'
65
import { LiteGraph } from '@/lib/litegraph/src/litegraph'
76
import { transformInputSpecV1ToV2 } from '@/schemas/nodeDef/migration'
87
import type { ComboInputSpec, InputSpec } from '@/schemas/nodeDefSchema'

0 commit comments

Comments
 (0)