From c2957adddb1ea5b26f8d51a27a2fff1f5e3a8ec9 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 6 Jun 2026 12:21:42 +0000 Subject: [PATCH] fix: remove leftover unused API import --- routers/api/v1/user/app.go | 1 - 1 file changed, 1 deletion(-) diff --git a/routers/api/v1/user/app.go b/routers/api/v1/user/app.go index dd88715b29..a410909e0e 100644 --- a/routers/api/v1/user/app.go +++ b/routers/api/v1/user/app.go @@ -5,7 +5,6 @@ package user import ( - "errors" "fmt" "net/http" "strconv"