From 60a419953f9343534ef4af5bdc6caf5af6de38b9 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Sun, 11 May 2014 12:59:08 -0400 Subject: [PATCH] Remove an unused import --- test/monger/test/updating_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/monger/test/updating_test.clj b/test/monger/test/updating_test.clj index b7557a5..e33b5ad 100644 --- a/test/monger/test/updating_test.clj +++ b/test/monger/test/updating_test.clj @@ -1,5 +1,5 @@ (ns monger.test.updating-test - (:import [com.mongodb WriteResult WriteConcern DBCursor DBObject] + (:import [com.mongodb WriteResult WriteConcern DBObject] org.bson.types.ObjectId java.util.Date) (:require [monger.core :as mg]