From 13cd718c909e1ed0c78a425ac35b2eb17dde234a Mon Sep 17 00:00:00 2001 From: Dennis Kobert Date: Sat, 22 Aug 2026 15:02:01 +0000 Subject: [PATCH] Drop an unused import --- node-graph/nodes/graphic/src/artboard.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-graph/nodes/graphic/src/artboard.rs b/node-graph/nodes/graphic/src/artboard.rs index 5e6876c29c..ddd5b88990 100644 --- a/node-graph/nodes/graphic/src/artboard.rs +++ b/node-graph/nodes/graphic/src/artboard.rs @@ -2,7 +2,7 @@ use core_types::attribute::{Attr, Background, Clip, Dimensions, Location}; use core_types::extent::{ExtentIn, LevelIn, ValueIn}; use core_types::gpoll::{Extent, GPoll, Interrupt}; use core_types::transform::TransformMut; -use core_types::{Color, Context, Ctx, DeriveCtx, ExtractIndex, InjectIndex, ModifyFootprint}; +use core_types::{Color, Ctx, DeriveCtx, ExtractIndex, InjectIndex, ModifyFootprint}; use glam::DVec2; use graphic_types::Artboard; use graphic_types::graphic::Graphic;