Contractions and stuff in string_utils.
[python_utils.git] / unscrambler.py
index 8fcd65d4e3ef732bc529cd15f3d3de1fa13dede2..d9e4253e4cd77165fae6c4962d5957d74b619d9c 100644 (file)
@@ -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: