linter: fix context package

This commit is contained in:
Slyghtning
2025-11-20 10:55:44 +01:00
parent e351fa6928
commit 092da9d450
3 changed files with 4 additions and 3 deletions

View File

@@ -1,9 +1,10 @@
package test
import (
"context"
"github.com/lightninglabs/lndclient"
"github.com/lightningnetwork/lnd/lntypes"
"golang.org/x/net/context"
)
type mockRouter struct {