From feebd87353d978df3df9c64b48f55c04d1548f36 Mon Sep 17 00:00:00 2001 From: Paula Gearon Date: Tue, 8 Sep 2020 16:07:27 -0400 Subject: [PATCH] Remove unneeded require --- src/asami/index.cljc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/asami/index.cljc b/src/asami/index.cljc index fb03ee6..ae0907a 100644 --- a/src/asami/index.cljc +++ b/src/asami/index.cljc @@ -5,7 +5,6 @@ [asami.common-index :as common :refer [? NestedIndex]] [asami.analytics :as analytics] [zuko.node :refer [NodeAPI]] - [clojure.walk :refer [prewalk postwalk]] #?(:clj [schema.core :as s] :cljs [schema.core :as s :include-macros true])))