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

This commit is contained in:
kolaente 2022-01-14 18:24:43 +01:00
parent 0228cb5fd8
commit 812df8401b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 3 deletions

View File

@ -17,15 +17,15 @@
package v1
import (
"github.com/tkuchiki/go-timezone"
"net/http"
"code.vikunja.io/api/pkg/db"
"github.com/labstack/echo/v4"
"github.com/tkuchiki/go-timezone"
"code.vikunja.io/api/pkg/db"
"code.vikunja.io/api/pkg/models"
user2 "code.vikunja.io/api/pkg/user"
"code.vikunja.io/web/handler"
"github.com/labstack/echo/v4"
)
// UserAvatarProvider holds the user avatar provider type