Fix lint
This commit is contained in:
parent
9559cbf1ec
commit
d5d4d8b6ed
2 changed files with 2 additions and 7 deletions
|
|
@ -18,12 +18,13 @@ package v1
|
|||
|
||||
import (
|
||||
"bytes"
|
||||
"code.vikunja.io/api/pkg/log"
|
||||
"encoding/json"
|
||||
"net/http"
|
||||
|
||||
"code.vikunja.io/api/pkg/config"
|
||||
"code.vikunja.io/api/pkg/db"
|
||||
"code.vikunja.io/api/pkg/log"
|
||||
|
||||
"github.com/labstack/echo/v4"
|
||||
)
|
||||
|
||||
|
|
|
|||
Reference in a new issue