Skip to content

Commit

Permalink
blank import needs commenting out for indexer's lint (algorand#4720)
Browse files Browse the repository at this point in the history
  • Loading branch information
tzaffi authored Nov 1, 2022
1 parent 97c232d commit 959fb5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion daemon/algod/api/swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 959fb5a

Please sign in to comment.