fix: lint

This commit is contained in:
kolaente 2023-03-24 23:13:09 +01:00 committed by konrad
parent 9590b82c11
commit f0dcce702f
1 changed files with 3 additions and 2 deletions

View File

@ -1,10 +1,11 @@
package log
import (
"code.vikunja.io/api/pkg/config"
"github.com/op/go-logging"
"strings"
"time"
"code.vikunja.io/api/pkg/config"
"github.com/op/go-logging"
"xorm.io/xorm/log"
)