1
0

fix: lint

This commit is contained in:
kolaente
2021-12-12 21:50:13 +01:00
committed by Gitea
parent 6df865876d
commit 7fa0865188
3 changed files with 7 additions and 4 deletions

View File

@ -17,11 +17,12 @@
package migration
import (
"image"
"code.vikunja.io/api/pkg/files"
"code.vikunja.io/api/pkg/log"
"github.com/bbrks/go-blurhash"
"golang.org/x/image/draw"
"image"
"src.techknowlogick.com/xormigrate"
"xorm.io/xorm"
)