Skip to content

Commit a2d1334

Browse files
committed
bip32: run black linter
1 parent 6ac3077 commit a2d1334

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bip32/bip32.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,6 @@ def get_fingerprint(self):
281281
"""Get the public key fingerprint."""
282282
return _pubkey_to_fingerprint(self.pubkey)
283283

284-
285284
@classmethod
286285
def from_xpriv(cls, xpriv):
287286
"""Get a BIP32 "wallet" out of this xpriv

0 commit comments

Comments
 (0)