removed cheshire import

This commit is contained in:
Rüdiger Diedrich 2020-06-23 17:07:04 +02:00
parent de29f05c90
commit 4e1bcdde94

View File

@ -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]]))