make lint happy

This commit is contained in:
Łukasz Magiera
2023-03-15 18:52:11 +01:00
parent 470dd8da3d
commit 720e95991c
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,6 @@ import (
"encoding/json"
"errors"
"fmt"
"github.com/zyedidia/generic/queue"
"sort"
"strconv"
"sync"
@@ -15,6 +14,7 @@ import (
"github.com/google/uuid"
"github.com/ipfs/go-cid"
cbg "github.com/whyrusleeping/cbor-gen"
"github.com/zyedidia/generic/queue"
"go.uber.org/fx"
"golang.org/x/xerrors"