From 5317c50ce7a96a37acfab3800c0935580766dbbf Mon Sep 17 00:00:00 2001 From: Scott Date: Wed, 2 Feb 2022 11:09:18 -0800 Subject: mypy clean! --- unscrambler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'unscrambler.py') diff --git a/unscrambler.py b/unscrambler.py index 8fcd65d..d9e4253 100644 --- a/unscrambler.py +++ b/unscrambler.py @@ -198,7 +198,7 @@ class Unscrambler(object): unless you want to populate the same exact files. """ - words_by_sigs = {} + words_by_sigs: Dict[int, str] = {} seen = set() with open(dictfile, "r") as f: for word in f: -- cgit v1.3