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: