From c9c24c3464233c02c69932c9f1474afa15dbdc40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Moya?= Date: Tue, 6 Jul 2021 16:49:08 +0200 Subject: [PATCH] :bug: Fix linter error --- frontend/src/app/worker/import.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/worker/import.cljs b/frontend/src/app/worker/import.cljs index 2b663814f5..d318f9d6a9 100644 --- a/frontend/src/app/worker/import.cljs +++ b/frontend/src/app/worker/import.cljs @@ -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)