From e34809146c48895b8957b1b1e6ef6e2fd68538de Mon Sep 17 00:00:00 2001 From: Zeph Grunschlag Date: Tue, 1 Nov 2022 10:43:23 -0500 Subject: [PATCH] blank import needs commenting out for indexer's lint --- daemon/algod/api/swagger.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/daemon/algod/api/swagger.go b/daemon/algod/api/swagger.go index 3084f3bc99..e20506e2cf 100644 --- a/daemon/algod/api/swagger.go +++ b/daemon/algod/api/swagger.go @@ -16,9 +16,10 @@ package api -import _ "embed" +import _ "embed" // for embedding purposes // SwaggerSpecJSONEmbed is a string that is pulled from algod.oas2.json via go-embed // for use with the GET /swagger.json endpoint +// //go:embed algod.oas2.json var SwaggerSpecJSONEmbed string