From 721c312bec7c3db3ad936634578ce4c0ba417e2c Mon Sep 17 00:00:00 2001 From: filtered <176114999+webfiltered@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:09:29 +1100 Subject: [PATCH] nit --- src/LGraphGroup.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/LGraphGroup.ts b/src/LGraphGroup.ts index 402419b..0bd2524 100644 --- a/src/LGraphGroup.ts +++ b/src/LGraphGroup.ts @@ -18,7 +18,6 @@ import { snapPoint, } from "./measure" import { LGraphNode } from "./LGraphNode" -import { RenderShape, TitleMode } from "./types/globalEnums" export interface IGraphGroupFlags extends Record { pinned?: true