From d92112e135c7bf0a8afd32fffe9ef37499b9c041 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Thu, 26 Apr 2012 20:41:37 +0400 Subject: [PATCH] Remove unused imports --- test/monger/test/lib_integration_test.clj | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/test/monger/test/lib_integration_test.clj b/test/monger/test/lib_integration_test.clj index aba2ca5..0e3cd62 100644 --- a/test/monger/test/lib_integration_test.clj +++ b/test/monger/test/lib_integration_test.clj @@ -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]