From 2381cb9810ba5a48fc5d09c2c546137c5effb134 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 21 Jan 2026 19:01:16 +0000 Subject: [PATCH] [automated] Apply ESLint and Oxfmt fixes --- .../graph/selectionToolbox/ColorPickerButton.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/graph/selectionToolbox/ColorPickerButton.test.ts b/src/components/graph/selectionToolbox/ColorPickerButton.test.ts index e73a90842..1ad1a86e5 100644 --- a/src/components/graph/selectionToolbox/ColorPickerButton.test.ts +++ b/src/components/graph/selectionToolbox/ColorPickerButton.test.ts @@ -9,8 +9,8 @@ import { createI18n } from 'vue-i18n' // Import after mocks import ColorPickerButton from '@/components/graph/selectionToolbox/ColorPickerButton.vue' import type { Positionable } from '@/lib/litegraph/src/interfaces' -import { useWorkflowStore } from '@/platform/workflow/management/stores/workflowStore'; -import type { LoadedComfyWorkflow } from '@/platform/workflow/management/stores/workflowStore'; +import { useWorkflowStore } from '@/platform/workflow/management/stores/workflowStore' +import type { LoadedComfyWorkflow } from '@/platform/workflow/management/stores/workflowStore' import { useCanvasStore } from '@/renderer/core/canvas/canvasStore' // Mock the litegraph module