fix: lint

This commit is contained in:
kolaente 2021-12-12 17:20:47 +01:00
parent 7ab3f2f190
commit 29df5d6438
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 3 additions and 1 deletions

View File

@ -17,10 +17,12 @@
package caldav
import (
"errors"
"code.vikunja.io/api/pkg/db"
"code.vikunja.io/api/pkg/log"
"code.vikunja.io/api/pkg/user"
"errors"
"github.com/labstack/echo/v4"
"golang.org/x/crypto/bcrypt"
)