removed unnecessary import

This commit is contained in:
Guillermo Vaya 2013-11-03 11:11:11 +01:00
parent f5754b404e
commit 0f525a691d

View File

@ -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: