remove unused require

This commit is contained in:
Gered 2014-03-02 07:52:41 -05:00
parent 8efdee0319
commit 4bd38636b5

View file

@ -1,6 +1,5 @@
(ns clj-jtwig.core
(:require [clojure.walk :refer [stringify-keys]]
[clojure.java.io :as io])
(:require [clojure.walk :refer [stringify-keys]])
(:import (com.lyncode.jtwig JtwigTemplate JtwigContext JtwigModelMap)
(com.lyncode.jtwig.functions.exceptions FunctionNotFoundException)
(com.lyncode.jtwig.functions.repository DefaultFunctionRepository)