From: Chris Duncan Date: Fri, 18 Jul 2025 16:15:31 +0000 (-0700) Subject: Remove unused import. X-Git-Tag: v0.10.5~55^2~67 X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=829837e0fa85089b03d2ad1273f763fefb0b5fa7;p=libnemo.git Remove unused import. --- 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' /**