fix: lint

This commit is contained in:
kolaente 2024-03-19 16:49:39 +01:00
parent 5e9edef3b3
commit 6f51b56589
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 1 deletions

View File

@ -17,9 +17,11 @@
package models
import (
"strings"
"code.vikunja.io/api/pkg/user"
"code.vikunja.io/web"
"strings"
"xorm.io/xorm"
)