📎 Fix linter issues.

This commit is contained in:
Andrey Antukh 2021-02-03 23:17:56 +01:00 committed by Hirunatan
parent b71d05935a
commit 6e08c6bc35
3 changed files with 4 additions and 10 deletions

View file

@ -10,15 +10,14 @@
(ns app.worker
"Async tasks abstraction (impl)."
(:require
[app.config :as cfg]
[app.common.spec :as us]
[app.common.uuid :as uuid]
[app.config :as cfg]
[app.db :as db]
[app.util.async :as aa]
[app.util.time :as dt]
[app.util.log4j :refer [update-thread-context!]]
[app.util.time :as dt]
[clojure.core.async :as a]
[clojure.pprint :refer [pprint]]
[clojure.spec.alpha :as s]
[clojure.tools.logging :as log]
[integrant.core :as ig]