remove redundant require

This commit is contained in:
jimpil 2024-01-17 22:14:40 +00:00
parent c09581a587
commit fad49204e1

View file

@ -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)))