0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-09 14:21:42 -05:00

Remove duplicate require of clojure.test

This commit is contained in:
Rodolfo Carvalho 2022-03-29 00:25:18 +02:00 committed by Andrey Antukh
parent 4010fb7d1e
commit 6897c0c3fe

View file

@ -25,7 +25,6 @@
[clojure.spec.alpha :as s]
[clojure.spec.gen.alpha :as sgen]
[clojure.test :as test]
[clojure.test :as test]
[clojure.tools.namespace.repl :as repl]
[clojure.walk :refer [macroexpand-all]]
[datoteka.core]