From fad49204e1ea9cdf4c4b98a56fe153bd18ffb1f3 Mon Sep 17 00:00:00 2001 From: jimpil Date: Wed, 17 Jan 2024 22:14:40 +0000 Subject: [PATCH] remove redundant require --- src/mongo_driver_3/client.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mongo_driver_3/client.clj b/src/mongo_driver_3/client.clj index c9ab754..f3f2b1d 100644 --- a/src/mongo_driver_3/client.clj +++ b/src/mongo_driver_3/client.clj @@ -2,7 +2,7 @@ (:refer-clojure :exclude [find]) (:require [mongo-driver-3.model :as m] [mongo-driver-3.iterable :as iterable]) - (:import (com.mongodb.client MongoClients MongoClient ClientSession MongoDatabase TransactionBody MongoIterable) + (:import (com.mongodb.client MongoClients MongoClient ClientSession MongoDatabase TransactionBody) (com.mongodb ConnectionString ClientSessionOptions TransactionOptions) (java.util.concurrent TimeUnit)))