From 3e2bcd7f5e67c5594ccdde98feea4c1f4327211a Mon Sep 17 00:00:00 2001 From: Lucas Sousa Date: Wed, 9 Aug 2023 17:26:40 +0200 Subject: [PATCH] Fix clj-kondo warnings on browse API [Re #1543] --- backend/src/gpml/handler/browse.clj | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/gpml/handler/browse.clj b/backend/src/gpml/handler/browse.clj index 9994f3958..e3539a19b 100644 --- a/backend/src/gpml/handler/browse.clj +++ b/backend/src/gpml/handler/browse.clj @@ -14,8 +14,6 @@ [gpml.util.postgresql :as pg-util] [gpml.util.regular-expressions :as util.regex] [integrant.core :as ig] - [malli.core :as m] - [malli.transform :as mt] [medley.core :as medley]) (:import [java.sql SQLException]))