Skip to content

Commit

Permalink
please the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
shannonwells committed Jan 22, 2020
1 parent 3eda980 commit 469016f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
3 changes: 0 additions & 3 deletions retrievalmarket/impl/clientstates/client_states.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,13 @@ import (
"context"
"fmt"

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

rm "github.com/filecoin-project/go-fil-markets/retrievalmarket"
rmnet "github.com/filecoin-project/go-fil-markets/retrievalmarket/network"
"github.com/filecoin-project/go-fil-markets/shared/tokenamount"
)

var log = logging.Logger("ClientStates")

// ClientDealEnvironment is a bridge to the environment a client deal is executing in
type ClientDealEnvironment interface {
Node() rm.RetrievalClientNode
Expand Down
3 changes: 0 additions & 3 deletions retrievalmarket/impl/providerstates/provider_states.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,13 @@ package providerstates
import (
"context"

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

rm "github.com/filecoin-project/go-fil-markets/retrievalmarket"
rmnet "github.com/filecoin-project/go-fil-markets/retrievalmarket/network"
"github.com/filecoin-project/go-fil-markets/shared/tokenamount"
)

var log = logging.Logger("ProviderStates")

// ProviderDealEnvironment is a bridge to the environment a provider deal is executing in
type ProviderDealEnvironment interface {
Node() rm.RetrievalProviderNode
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ import (

"github.com/filecoin-project/go-address"
blockstore "github.com/ipfs/go-ipfs-blockstore"
logging "github.com/ipfs/go-log"
"github.com/stretchr/testify/require"

"github.com/filecoin-project/go-fil-markets/retrievalmarket"
"github.com/filecoin-project/go-fil-markets/shared/tokenamount"
"github.com/filecoin-project/go-fil-markets/shared/types"
)

var log = logging.Logger("TestRetrievalProviderNode")
type TestRetrievalProviderNodeParams struct {
/* PayCh address.Address
PayChErr error
Expand Down

0 comments on commit 469016f

Please sign in to comment.