fix: remove unused import

This commit is contained in:
kolaente 2025-05-15 09:54:15 +02:00
parent cc62fca5aa
commit 3e46457c03
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -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"