From 2c84688a4013a816eca02caabba8c634a03d3d57 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sun, 14 Jan 2024 22:23:33 +0100 Subject: [PATCH] fix: lint --- pkg/models/api_routes.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg/models/api_routes.go b/pkg/models/api_routes.go index 5e3b7c661..7afe2f969 100644 --- a/pkg/models/api_routes.go +++ b/pkg/models/api_routes.go @@ -17,10 +17,11 @@ package models import ( - "code.vikunja.io/api/pkg/log" "net/http" "strings" + "code.vikunja.io/api/pkg/log" + "github.com/labstack/echo/v4" )