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:
Johan T. Halseth 2019-02-02 15:45:44 +01:00
parent bcc9e30396
commit 7dab8b8f2d
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

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