From 4e1bcdde941920141c2f357b1a5f036d7b082e5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Diedrich?= Date: Tue, 23 Jun 2020 17:07:04 +0200 Subject: [PATCH] removed cheshire import --- src/clojsa/views.clj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/clojsa/views.clj b/src/clojsa/views.clj index bba9eed..f347330 100644 --- a/src/clojsa/views.clj +++ b/src/clojsa/views.clj @@ -3,7 +3,6 @@ (:require [clojure.string :as string] [clojure.pprint] [clojure.java.io :as io] - [cheshire.core :as json] [ring.util.anti-forgery :refer [anti-forgery-field]]))