fix: lint

This commit is contained in:
kolaente 2024-10-28 14:04:54 +01:00
parent 29107e9865
commit acdb45a92c
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B
1 changed files with 4 additions and 2 deletions

View File

@ -17,9 +17,11 @@
package migration
import (
"code.vikunja.io/api/pkg/db"
"src.techknowlogick.com/xormigrate"
"strings"
"code.vikunja.io/api/pkg/db"
"src.techknowlogick.com/xormigrate"
"xorm.io/xorm"
"xorm.io/xorm/schemas"
)