Remove unused imports
This commit is contained in:
parent
5341344e97
commit
d92112e135
1 changed files with 1 additions and 3 deletions
|
|
@ -3,9 +3,7 @@
|
|||
monger.json
|
||||
monger.joda-time
|
||||
monger.conversion)
|
||||
(:import [org.joda.time DateTime ReadableInstant]
|
||||
[org.joda.time.format ISODateTimeFormat]
|
||||
[java.io StringWriter PrintWriter]
|
||||
(:import org.joda.time.DateTime
|
||||
org.bson.types.ObjectId
|
||||
com.mongodb.DBObject)
|
||||
(:require [clojure.data.json :as json]
|
||||
|
|
|
|||
Loading…
Reference in a new issue