remove unused require
This commit is contained in:
parent
8efdee0319
commit
4bd38636b5
|
@ -1,6 +1,5 @@
|
||||||
(ns clj-jtwig.core
|
(ns clj-jtwig.core
|
||||||
(:require [clojure.walk :refer [stringify-keys]]
|
(:require [clojure.walk :refer [stringify-keys]])
|
||||||
[clojure.java.io :as io])
|
|
||||||
(:import (com.lyncode.jtwig JtwigTemplate JtwigContext JtwigModelMap)
|
(:import (com.lyncode.jtwig JtwigTemplate JtwigContext JtwigModelMap)
|
||||||
(com.lyncode.jtwig.functions.exceptions FunctionNotFoundException)
|
(com.lyncode.jtwig.functions.exceptions FunctionNotFoundException)
|
||||||
(com.lyncode.jtwig.functions.repository DefaultFunctionRepository)
|
(com.lyncode.jtwig.functions.repository DefaultFunctionRepository)
|
||||||
|
|
Reference in a new issue