Fix lint warnings

This commit is contained in:
Łukasz Magiera 2020-11-16 19:20:18 +01:00
parent 8db9c19e1c
commit e0ade92b29
2 changed files with 3 additions and 1 deletions

View File

@ -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")

View File

@ -2,6 +2,7 @@ package stores
import (
"context"
"github.com/filecoin-project/go-state-types/abi"
"github.com/filecoin-project/specs-storage/storage"