From a2d1334248a551f90509f00bfdb779fb46e1bbb2 Mon Sep 17 00:00:00 2001 From: Antoine Poinsot Date: Sat, 7 Sep 2024 14:28:53 +0200 Subject: [PATCH] bip32: run black linter --- bip32/bip32.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bip32/bip32.py b/bip32/bip32.py index a4d16f4..e8df204 100644 --- a/bip32/bip32.py +++ b/bip32/bip32.py @@ -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