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:
parent
cb731176eb
commit
c9c24c3464
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue