Skip to content

Commit a2d1334

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

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bip32/bip32.py

-1
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)