forked from vikunja/vikunja
1
0
Fork 0

fix: lint

This commit is contained in:
kolaente 2023-06-05 19:14:26 +02:00
parent 076e857507
commit e17b63b920
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 1 deletions

View File

@ -17,9 +17,10 @@
package migration package migration
import ( import (
"code.vikunja.io/api/pkg/log"
"time" "time"
"code.vikunja.io/api/pkg/log"
"src.techknowlogick.com/xormigrate" "src.techknowlogick.com/xormigrate"
"xorm.io/xorm" "xorm.io/xorm"
"xorm.io/xorm/schemas" "xorm.io/xorm/schemas"