Skip to content

Commit

Permalink
bip32: run black linter
Browse files Browse the repository at this point in the history
  • Loading branch information
darosior committed Sep 7, 2024
1 parent 6ac3077 commit a2d1334
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bip32/bip32.py
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,6 @@ def get_fingerprint(self):
"""Get the public key fingerprint."""
return _pubkey_to_fingerprint(self.pubkey)


@classmethod
def from_xpriv(cls, xpriv):
"""Get a BIP32 "wallet" out of this xpriv
Expand Down

0 comments on commit a2d1334

Please sign in to comment.