1
0

bitcoin/ecc: some more type annotations

This commit is contained in:
SomberNight
2018-11-18 22:07:27 +01:00
parent 5376d37c24
commit 36f64d1ad9
5 changed files with 64 additions and 60 deletions

View File

@@ -74,7 +74,7 @@ def is_CJK(c):
return False
def normalize_text(seed):
def normalize_text(seed: str) -> str:
# normalize
seed = unicodedata.normalize('NFKD', seed)
# lower