1
0

fix: lint

This commit is contained in:
kolaente
2023-01-29 22:42:24 +01:00
parent 46b261c9fe
commit 491a142378
2 changed files with 2 additions and 2 deletions

View File

@ -20,12 +20,12 @@ import (
"fmt"
"os"
"testing"
"xorm.io/builder"
"code.vikunja.io/api/pkg/config"
"code.vikunja.io/api/pkg/log"
"github.com/stretchr/testify/assert"
"xorm.io/builder"
"xorm.io/xorm"
"xorm.io/xorm/names"
)