Skip to content

Commit

Permalink
fix: unused imports (#1733)
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <[email protected]>
  • Loading branch information
genaris authored Feb 1, 2024
1 parent 256c7a6 commit e0b971e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import type { Wallet, WalletConfig } from '@credo-ts/core'

import { KeyDerivationMethod, KeyType, WalletError, TypedArrayEncoder, SigningProviderRegistry } from '@credo-ts/core'
import { KeyDerivationMethod, KeyType, TypedArrayEncoder, SigningProviderRegistry } from '@credo-ts/core'
import { BBS_SIGNATURE_LENGTH } from '@mattrglobal/bbs-signatures'

import { RegisteredAskarTestWallet } from '../../askar/tests/helpers'
Expand Down

0 comments on commit e0b971e

Please sign in to comment.