We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6464e2 commit 9d8c7d1Copy full SHA for 9d8c7d1
unidecode/__init__.py
@@ -21,7 +21,7 @@
21
from pathlib import Path
22
23
Cache = {} # type: Dict[int, Optional[Sequence[Optional[str]]]]
24
-Translator: Optional[dict[str, int]] = None
+Translator = None # type: Optional[Dict[str, int]]
25
26
class UnidecodeError(ValueError):
27
def __init__(self, message: str, index: Optional[int] = None) -> None:
0 commit comments