From 829837e0fa85089b03d2ad1273f763fefb0b5fa7 Mon Sep 17 00:00:00 2001 From: Chris Duncan Date: Fri, 18 Jul 2025 09:15:31 -0700 Subject: [PATCH] Remove unused import. --- src/lib/wallets/wallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/wallets/wallet.ts b/src/lib/wallets/wallet.ts index cbb8e4c..d6069b4 100644 --- a/src/lib/wallets/wallet.ts +++ b/src/lib/wallets/wallet.ts @@ -7,7 +7,7 @@ import { ADDRESS_GAP } from '#src/lib/constants.js' import { bytes, hex, utf8 } from '#src/lib/convert.js' import { Entropy } from '#src/lib/entropy.js' import { Rpc } from '#src/lib/rpc.js' -import { Data, Key, KeyPair } from '#types' +import { Key, KeyPair } from '#types' import { SafeWorker } from '#workers' /** -- 2.47.3