📎 Fix linter issues

Related to the linter update on devenv
This commit is contained in:
Andrey Antukh 2022-06-13 11:18:35 +02:00
parent 97bf20dd4c
commit 65e99cabbf
13 changed files with 33 additions and 31 deletions

View file

@ -130,7 +130,8 @@
(def default-timeout
(dt/duration {:seconds 30}))
(defn- ^Region lookup-region
(defn- lookup-region
^Region
[region]
(Region/of (name region)))