Skip to content

Commit

Permalink
fix(keepkey): remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
pastaghost committed Feb 12, 2024
1 parent cb1cb32 commit a28178f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/hdwallet-keepkey/src/mayachain.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { AccountData, AminoSignResponse, OfflineAminoSigner, StdSignDoc, StdTx } from "@cosmjs/amino";
import type { AccountData, AminoSignResponse, OfflineAminoSigner, StdSignDoc } from "@cosmjs/amino";
import type { SignerData } from "@cosmjs/stargate";
import * as Messages from "@keepkey/device-protocol/lib/messages_pb";
import * as MayachainMessages from "@keepkey/device-protocol/lib/messages-mayachain_pb";
Expand Down

0 comments on commit a28178f

Please sign in to comment.