diff --git a/bip-0327/reference.py b/bip-0327/reference.py index c34e8c1e8b..5b8d114f65 100644 --- a/bip-0327/reference.py +++ b/bip-0327/reference.py @@ -4,7 +4,7 @@ # be used in production environments. The code is vulnerable to timing attacks, # for example. -from typing import Any, List, Optional, Tuple, NewType, NamedTuple +from typing import List, Optional, Tuple, NewType, NamedTuple import hashlib import secrets import time