diff --git a/lbrynet/wallet/transaction.py b/lbrynet/wallet/transaction.py index 600608ce5..ddad6d777 100644 --- a/lbrynet/wallet/transaction.py +++ b/lbrynet/wallet/transaction.py @@ -1,7 +1,7 @@ import struct import hashlib from binascii import hexlify, unhexlify -from typing import List, Iterable, Optional +from typing import List, Optional import ecdsa from cryptography.hazmat.backends import default_backend