Skip to content

Commit

Permalink
appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
magik6k committed Apr 28, 2021
1 parent bb874cc commit aabeca5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion extern/storage-sealing/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package sealing

import (
"context"
"github.com/filecoin-project/lotus/api"
"sort"
"time"

Expand All @@ -15,6 +14,7 @@ import (
"github.com/filecoin-project/go-statemachine"
"github.com/filecoin-project/specs-storage/storage"

"github.com/filecoin-project/lotus/api"
sectorstorage "github.com/filecoin-project/lotus/extern/sector-storage"
"github.com/filecoin-project/lotus/extern/sector-storage/ffiwrapper"
"github.com/filecoin-project/lotus/extern/storage-sealing/sealiface"
Expand Down
2 changes: 1 addition & 1 deletion extern/storage-sealing/precommit_policy_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package sealing_test

import (
"context"
"github.com/filecoin-project/lotus/api"
"testing"

"github.com/filecoin-project/go-state-types/network"
Expand All @@ -15,6 +14,7 @@ import (
commcid "github.com/filecoin-project/go-fil-commcid"
"github.com/filecoin-project/go-state-types/abi"

"github.com/filecoin-project/lotus/api"
sealing "github.com/filecoin-project/lotus/extern/storage-sealing"
)

Expand Down
7 changes: 4 additions & 3 deletions storage/sealing.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,18 @@ package storage

import (
"context"
"github.com/filecoin-project/go-state-types/big"
"github.com/filecoin-project/lotus/api"
"github.com/filecoin-project/lotus/storage/sectorblocks"

"github.com/ipfs/go-cid"
"golang.org/x/xerrors"

"github.com/filecoin-project/go-address"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/go-state-types/big"
"github.com/filecoin-project/specs-storage/storage"

"github.com/filecoin-project/lotus/api"
sealing "github.com/filecoin-project/lotus/extern/storage-sealing"
"github.com/filecoin-project/lotus/storage/sectorblocks"
)

// TODO: refactor this to be direct somehow
Expand Down

0 comments on commit aabeca5

Please sign in to comment.