[Lint] Lint unused imports (#493)

This commit is contained in:
Chenlei Hu
2025-02-08 21:20:39 -05:00
committed by GitHub
parent 12f8d33b78
commit de74d8a08c
8 changed files with 38 additions and 15 deletions

View File

@@ -16,12 +16,12 @@ import type {
Size,
} from "./interfaces"
import type { LGraph } from "./LGraph"
import type { IWidget, TWidgetType, TWidgetValue } from "./types/widgets"
import type { IWidget, TWidgetValue } from "./types/widgets"
import type { ISerialisedNode } from "./types/serialisation"
import type { LGraphCanvas } from "./LGraphCanvas"
import type { CanvasMouseEvent } from "./types/events"
import type { DragAndScale } from "./DragAndScale"
import type { Reroute, RerouteId } from "./Reroute"
import type { RerouteId } from "./Reroute"
import {
LGraphEventMode,
NodeSlotType,