Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Mar 9, 2021
1 parent e7a1d72 commit 6addd9a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions cmd/lotus-storage-miner/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ import (
"path/filepath"
"strconv"

cliutil "github.com/filecoin-project/lotus/cli/util"

"github.com/docker/go-units"
"github.com/google/uuid"
"github.com/ipfs/go-datastore"
Expand Down
1 change: 0 additions & 1 deletion cmd/lotus-storage-miner/init_restore.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"github.com/filecoin-project/lotus/build"
"github.com/filecoin-project/lotus/chain/types"
lcli "github.com/filecoin-project/lotus/cli"
cliutil "github.com/filecoin-project/lotus/cli/util"
"github.com/filecoin-project/lotus/extern/sector-storage/stores"
"github.com/filecoin-project/lotus/lib/backupds"
"github.com/filecoin-project/lotus/node/config"
Expand Down
2 changes: 0 additions & 2 deletions cmd/lotus-storage-miner/run.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@ import (
"os/signal"
"syscall"

cliutil "github.com/filecoin-project/lotus/cli/util"

mux "github.com/gorilla/mux"
"github.com/multiformats/go-multiaddr"
manet "github.com/multiformats/go-multiaddr/net"
Expand Down

0 comments on commit 6addd9a

Please sign in to comment.