Correct import syntax in a test
This commit is contained in:
parent
ec0902b649
commit
07e9284100
@ -1,4 +1,4 @@
|
||||
(import [hy.extra.reserved [names] hy._compat [PY3]])
|
||||
(import [hy.extra.reserved [names]] [hy._compat [PY3]])
|
||||
|
||||
(defn test-reserved []
|
||||
(assert (is (type (names)) frozenset))
|
||||
|
Loading…
Reference in New Issue
Block a user