fix: lint

This commit is contained in:
kolaente 2024-10-15 11:57:49 +02:00
parent cda8155de4
commit 302424b047
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

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