lnrpc/autopilotrpc: remove unused "os" import
This would cause the build to fail since the import is not used. It was not detected since the file is under a build flag.
This commit is contained in:
parent
bcc9e30396
commit
7dab8b8f2d
@ -5,7 +5,6 @@ package autopilotrpc
|
|||||||
import (
|
import (
|
||||||
"context"
|
"context"
|
||||||
"encoding/hex"
|
"encoding/hex"
|
||||||
"os"
|
|
||||||
"sync/atomic"
|
"sync/atomic"
|
||||||
|
|
||||||
"github.com/btcsuite/btcd/btcec"
|
"github.com/btcsuite/btcd/btcec"
|
||||||
|
Loading…
Reference in New Issue
Block a user