fix: lint
continuous-integration/drone/push Build is passing Details

This commit is contained in:
kolaente 2024-04-06 14:12:08 +02:00
parent 521300613f
commit 1cd5dd2b2f
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 2 deletions

View File

@ -17,13 +17,12 @@
package models
import (
"code.vikunja.io/api/pkg/events"
"strconv"
"strings"
"time"
"code.vikunja.io/api/pkg/db"
"code.vikunja.io/api/pkg/events"
"code.vikunja.io/api/pkg/log"
"code.vikunja.io/api/pkg/user"
"code.vikunja.io/web"