diff --git a/src/scot/weft/i18n/core.clj b/src/scot/weft/i18n/core.clj index 31e6c09..da12bb3 100644 --- a/src/scot/weft/i18n/core.clj +++ b/src/scot/weft/i18n/core.clj @@ -1,8 +1,7 @@ (ns ^{:doc "Internationalisation." :author "Simon Brooke"} scot.weft.i18n.core - (:require [clojure.string :as cs] - [clojure.java.io :as io] + (:require [clojure.java.io :as io] [instaparse.core :as insta] [taoensso.timbre :as timbre]))