Fix lint warnings
This commit is contained in:
parent
8db9c19e1c
commit
e0ade92b29
3
extern/sector-storage/stores/http_handler.go
vendored
3
extern/sector-storage/stores/http_handler.go
vendored
@ -2,7 +2,6 @@ package stores
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
"github.com/filecoin-project/specs-storage/storage"
|
||||
"io"
|
||||
"net/http"
|
||||
"os"
|
||||
@ -13,6 +12,8 @@ import (
|
||||
|
||||
"github.com/filecoin-project/lotus/extern/sector-storage/storiface"
|
||||
"github.com/filecoin-project/lotus/extern/sector-storage/tarutil"
|
||||
|
||||
"github.com/filecoin-project/specs-storage/storage"
|
||||
)
|
||||
|
||||
var log = logging.Logger("stores")
|
||||
|
1
extern/sector-storage/stores/interface.go
vendored
1
extern/sector-storage/stores/interface.go
vendored
@ -2,6 +2,7 @@ package stores
|
||||
|
||||
import (
|
||||
"context"
|
||||
|
||||
"github.com/filecoin-project/go-state-types/abi"
|
||||
|
||||
"github.com/filecoin-project/specs-storage/storage"
|
||||
|
Loading…
Reference in New Issue
Block a user