mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-05 21:54:50 +00:00
[Lint] Sort imports (#2104)
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
// @ts-strict-ignore
|
||||
import { validateComfyWorkflow } from '@/types/comfyWorkflow'
|
||||
import { defaultGraph } from '@/scripts/defaultGraph'
|
||||
import fs from 'fs'
|
||||
|
||||
import { defaultGraph } from '@/scripts/defaultGraph'
|
||||
import { validateComfyWorkflow } from '@/types/comfyWorkflow'
|
||||
|
||||
const WORKFLOW_DIR = 'tests-ui/workflows'
|
||||
|
||||
describe('parseComfyWorkflow', () => {
|
||||
|
||||
Reference in New Issue
Block a user