removed unused import

This commit is contained in:
kolaente 2019-01-23 15:23:49 +01:00
parent 83337a24ac
commit c30ef60733
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 1 deletions

View File

@ -18,7 +18,6 @@ package handler
import (
"code.vikunja.io/web"
"github.com/labstack/echo"
"github.com/op/go-logging"
"net/http"
"strconv"
)