From eae1b138734d34bcd0c1c5853ba38784eaa5b244 Mon Sep 17 00:00:00 2001 From: Kodi Arfer Date: Fri, 13 Dec 2024 14:18:08 -0500 Subject: [PATCH] Remove an unused import --- hyrule/control.hy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyrule/control.hy b/hyrule/control.hy index 134a5465..9769d95d 100644 --- a/hyrule/control.hy +++ b/hyrule/control.hy @@ -1,7 +1,7 @@ (require hyrule.macrotools [defmacro!]) (import - hyrule.collections [prewalk by2s] + hyrule.collections [by2s] hyrule.iterables [coll?] hyrule.misc [inc])