mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-02-23 00:04:06 +00:00
[Lint] Sort imports (#2104)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { getNodeSource, NodeSourceType } from '@/types/nodeSource'
|
||||
import { NodeSourceType, getNodeSource } from '@/types/nodeSource'
|
||||
|
||||
describe('getNodeSource', () => {
|
||||
it('should return UNKNOWN_NODE_SOURCE when python_module is undefined', () => {
|
||||
|
||||
Reference in New Issue
Block a user