making clj-kondo happy

This commit is contained in:
2022-04-07 09:41:40 -07:00
parent d39c9b1f5b
commit 5d6bc3243c
3 changed files with 15 additions and 32 deletions

View File

@@ -4,7 +4,6 @@
[auto-ap.utils :refer [by]]
[auto-ap.time :as atime]
[clojure.core.async :as async]
#_[auto-ap.ledger :as l]
[unilog.context :as lc]
[auto-ap.square.core :as square]
[mount.core :as mount]
@@ -17,8 +16,7 @@
[clojure.string :as str]
[amazonica.aws.s3 :as s3])
(:import [org.apache.commons.io.input BOMInputStream]
java.util.UUID))
(:import [org.apache.commons.io.input BOMInputStream]))
(defn mark-until-date [client end]
(let [conn (d/connect uri)]