Skip to content

Commit 0534fbc

Browse files
committed
Remove unused import
1 parent 0ac4640 commit 0534fbc

File tree

1 file changed

+1
-1
lines changed
  • src/cryptoadvance/specter

1 file changed

+1
-1
lines changed

src/cryptoadvance/specter/key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from binascii import hexlify
33
from embit import base58
44
from .util.xpub import get_xpub_fingerprint
5-
from embit.descriptor import Key as DescriptorKey
5+
66

77
purposes = OrderedDict(
88
{

0 commit comments

Comments
 (0)