1
0

fix: lint

This commit is contained in:
kolaente 2024-07-12 11:43:23 +02:00
parent 42c2d0884b
commit 7c42fb5d75
No known key found for this signature in database
GPG Key ID: F40E70337AB24C9B

View File

@ -18,7 +18,6 @@ package models
import ( import (
"errors" "errors"
clone "github.com/huandu/go-clone/generic"
"math" "math"
"regexp" "regexp"
"sort" "sort"
@ -26,8 +25,6 @@ import (
"strings" "strings"
"time" "time"
"github.com/typesense/typesense-go/typesense"
"code.vikunja.io/api/pkg/config" "code.vikunja.io/api/pkg/config"
"code.vikunja.io/api/pkg/events" "code.vikunja.io/api/pkg/events"
"code.vikunja.io/api/pkg/log" "code.vikunja.io/api/pkg/log"
@ -37,7 +34,9 @@ import (
"dario.cat/mergo" "dario.cat/mergo"
"github.com/google/uuid" "github.com/google/uuid"
clone "github.com/huandu/go-clone/generic"
"github.com/jinzhu/copier" "github.com/jinzhu/copier"
"github.com/typesense/typesense-go/typesense"
"xorm.io/builder" "xorm.io/builder"
"xorm.io/xorm" "xorm.io/xorm"
) )