Skip to content

Commit

Permalink
Fix: import SeedError exception
Browse files Browse the repository at this point in the history
  • Loading branch information
meherett committed Dec 24, 2024
1 parent d42301d commit 2b6db8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdwallet/seeds/cardano.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
from ..cryptocurrencies import Cardano
from ..crypto import blake2b_256
from ..exceptions import (
Error, MnemonicError
Error, MnemonicError, SeedError
)
from ..utils import (
get_bytes, bytes_to_string
Expand Down

0 comments on commit 2b6db8c

Please sign in to comment.