📎 Fix linter issues.

This commit is contained in:
Andrey Antukh 2021-12-30 19:43:05 +01:00
parent 9f0e156916
commit 79e5716f36
4 changed files with 6 additions and 12 deletions

View file

@ -7,9 +7,7 @@
(ns app.loggers.database
"A specific logger impl that persists errors on the database."
(:require
[app.common.exceptions :as ex]
[app.common.logging :as l]
[app.common.spec :as us]
[app.common.uuid :as uuid]
[app.config :as cf]
[app.db :as db]