From 3e46457c03d1496141ceb66aa505979e9fa4e8f0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 15 May 2025 09:54:15 +0200 Subject: [PATCH] fix: remove unused import --- pkg/routes/api/v1/user_list.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/routes/api/v1/user_list.go b/pkg/routes/api/v1/user_list.go index 348d4df8d..e254d92f1 100644 --- a/pkg/routes/api/v1/user_list.go +++ b/pkg/routes/api/v1/user_list.go @@ -21,7 +21,6 @@ import ( "strconv" "code.vikunja.io/api/pkg/db" - "code.vikunja.io/api/pkg/web" "code.vikunja.io/api/pkg/models" auth2 "code.vikunja.io/api/pkg/modules/auth"