We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 868d6c5 commit a8da33cCopy full SHA for a8da33c
1 file changed
src/cljx/xapi_schema/schemata/util.cljx
@@ -3,15 +3,15 @@
3
[schema.core :as s]
4
[schema.utils :as su]
5
[clojure.core.match :refer [match]]
6
- [clojure.walk :refer [walk prewalk postwalk]]
+ [clojure.walk :refer [prewalk]]
7
[clojure.zip :as zip]
8
[xapi-schema.schemata.i18n :refer [t]]
9
[clojure.string :as string])
10
#+cljs (:require
11
[schema.core :as s :include-macros true]
12
13
[cljs.core.match :refer-macros [match]]
14
15
16
17
[clojure.string :as string]))
0 commit comments