0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-16 01:31:22 -05:00

🐛 Fix linter error

This commit is contained in:
Andrés Moya 2021-07-06 16:49:08 +02:00 committed by Alonso Torres
parent cb731176eb
commit c9c24c3464

View file

@ -17,12 +17,12 @@
[app.util.http :as http]
[app.util.import.parser :as cip]
[app.util.json :as json]
[app.util.logging :as log]
[app.util.zip :as uz]
[app.worker.impl :as impl]
[beicon.core :as rx]
[cuerdas.core :as str]
[tubax.core :as tubax]
[app.util.logging :as log]))
[tubax.core :as tubax]))
(log/set-level! :trace)