From 0f525a691d556919d21349ae1009635ed9ddd622 Mon Sep 17 00:00:00 2001 From: Guillermo Vaya Date: Sun, 3 Nov 2013 11:11:11 +0100 Subject: [PATCH] removed unnecessary import --- hy/core/macros.hy | 1 - 1 file changed, 1 deletion(-) diff --git a/hy/core/macros.hy b/hy/core/macros.hy index 9498b87..509526a 100644 --- a/hy/core/macros.hy +++ b/hy/core/macros.hy @@ -25,7 +25,6 @@ ;;; These macros form the hy language ;;; They are automatically required in every module, except inside hy.core -(import [functools [reduce]]) (defmacro for [args &rest body] "shorthand for nested foreach loops: