Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Oct 9, 2024
1 parent 72c67cf commit 8a81b3e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/blockchaincmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/ava-labs/avalanche-cli/pkg/node"
"os"
"path/filepath"
"strings"
"time"

"github.com/ava-labs/avalanche-cli/pkg/node"

"github.com/ava-labs/avalanchego/vms/platformvm/warp/message"
"github.com/ethereum/go-ethereum/common"

Expand Down
1 change: 1 addition & 0 deletions cmd/blockchaincmd/helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ package blockchaincmd

import (
"fmt"

"github.com/ava-labs/avalanche-cli/pkg/keychain"
"github.com/ava-labs/avalanche-cli/pkg/models"
"github.com/ava-labs/avalanche-cli/pkg/networkoptions"
Expand Down
3 changes: 2 additions & 1 deletion pkg/node/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ package node
import (
"encoding/json"
"fmt"
"github.com/ava-labs/avalanche-cli/pkg/ansible"
"sync"
"time"

"github.com/ava-labs/avalanche-cli/pkg/ansible"

"github.com/ava-labs/avalanche-cli/pkg/application"
"github.com/ava-labs/avalanche-cli/pkg/constants"
"github.com/ava-labs/avalanche-cli/pkg/models"
Expand Down

0 comments on commit 8a81b3e

Please sign in to comment.