Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jurevans committed Jul 25, 2023
1 parent e478e76 commit 8f7a0ce
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions apps/extension/src/background/ledger/service.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
import { fromBase64 } from "@cosmjs/encoding";
import { deserialize } from "@dao-xyz/borsh";

import {
AccountType,
Bip44Path,
Message,
SubmitBondMsgValue,
TransferMsgValue,
} from "@namada/types";
import { AccountType, Bip44Path, TransferMsgValue } from "@namada/types";
import { ResponseSign } from "@namada/ledger-namada";
import { Sdk, TxType } from "@namada/shared";
import { IStore, KVStore, Store } from "@namada/storage";
Expand Down

0 comments on commit 8f7a0ce

Please sign in to comment.