diff --git a/cmd/end2endtest/main.go b/cmd/end2endtest/main.go index 277fce277..e4e828827 100644 --- a/cmd/end2endtest/main.go +++ b/cmd/end2endtest/main.go @@ -2,7 +2,6 @@ package main import ( "fmt" - vapi "go.vocdoni.io/dvote/api" "net/url" "os" "path/filepath" @@ -10,6 +9,7 @@ import ( "github.com/google/uuid" flag "github.com/spf13/pflag" + vapi "go.vocdoni.io/dvote/api" "go.vocdoni.io/dvote/apiclient" "go.vocdoni.io/dvote/crypto/ethereum" "go.vocdoni.io/dvote/internal"