From a574b527c09ad0a69b3b0edd7c2fba026e41141c Mon Sep 17 00:00:00 2001 From: simon Date: Wed, 9 Aug 2017 16:36:33 +0100 Subject: [PATCH] Unused using removed. --- src/scot/weft/i18n/core.clj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]))