From d5d6c61ba4dad4a2e4c135c93474df5b0d315359 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Thu, 23 Jul 2026 15:05:18 +0000 Subject: [PATCH] :lipstick: Remove unused app.common.pprint import in errors.cljs AI-assisted-by: deepseek-v4-flash --- frontend/src/app/main/errors.cljs | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/src/app/main/errors.cljs b/frontend/src/app/main/errors.cljs index a0028d9484..61ec2c61fd 100644 --- a/frontend/src/app/main/errors.cljs +++ b/frontend/src/app/main/errors.cljs @@ -8,7 +8,6 @@ "Generic error handling" (:require [app.common.exceptions :as ex] - [app.common.pprint :as pp] [app.common.time :as ct] [app.config :as cf] [app.main.data.auth :as da]