From 8504bb58bfc274e6450cbda72204be29d5492485 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 16 Jul 2026 14:16:29 +0000 Subject: [PATCH] :recycle: Remove unused namespace requires in shape-compact module AI-assisted-by: deepseek-v4-pro --- common/src/app/common/files/shape_compact.cljc | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/src/app/common/files/shape_compact.cljc b/common/src/app/common/files/shape_compact.cljc index c3c0d88c78..eca4aeedc4 100644 --- a/common/src/app/common/files/shape_compact.cljc +++ b/common/src/app/common/files/shape_compact.cljc @@ -9,8 +9,6 @@ [app.common.data :as d] [app.common.data.macros :as dm] [app.common.geom.matrix :as gmt] - [app.common.geom.rect :as grc] - [app.common.geom.shapes :as gsh] [app.common.math :as mth] [app.common.types.shape :as cts]))