accounts/usbwallet/trezor: remove redundant import aliases

This commit is contained in:
buddh0 2024-03-04 10:05:23 +08:00
parent 00905f7dc4
commit 6ecf19b64a
4 changed files with 5 additions and 5 deletions

View file

@ -7,7 +7,7 @@ import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto"
)
// Reference imports to suppress errors if they are not otherwise used.

View file

@ -7,7 +7,7 @@ import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto"
)
// Reference imports to suppress errors if they are not otherwise used.

View file

@ -7,7 +7,7 @@ import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
"github.com/golang/protobuf/proto"
)
// Reference imports to suppress errors if they are not otherwise used.

View file

@ -7,8 +7,8 @@ import (
fmt "fmt"
math "math"
proto "github.com/golang/protobuf/proto"
descriptor "github.com/golang/protobuf/protoc-gen-go/descriptor"
"github.com/golang/protobuf/proto"
"github.com/golang/protobuf/protoc-gen-go/descriptor"
)
// Reference imports to suppress errors if they are not otherwise used.