Skip to content

Commit

Permalink
PR: Suppress linter warning, with a linked issue
Browse files Browse the repository at this point in the history
  • Loading branch information
shahzadlone committed Oct 4, 2023
1 parent 730f246 commit 1c61734
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion net/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,14 @@ import (
"github.com/libp2p/go-libp2p/core/network"
"github.com/libp2p/go-libp2p/core/peer"
"github.com/libp2p/go-libp2p/core/routing"
"github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds"

"github.com/multiformats/go-multiaddr"
"github.com/textileio/go-libp2p-pubsub-rpc/finalizer"

// @TODO: https://github.com/sourcenetwork/defradb/issues/1902
//nolint:staticcheck
"github.com/libp2p/go-libp2p/p2p/host/peerstore/pstoreds"

"github.com/sourcenetwork/defradb/client"
"github.com/sourcenetwork/defradb/logging"
)
Expand Down

0 comments on commit 1c61734

Please sign in to comment.