fix: lint

This commit is contained in:
kolaente 2022-07-31 15:50:38 +02:00
parent 117f6b38e1
commit 1feb62cc45
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 db
import (
"code.vikunja.io/api/pkg/log"
"encoding/json"
"code.vikunja.io/api/pkg/log"
"xorm.io/xorm/schemas"
)