We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a04777e commit fef8fc4Copy full SHA for fef8fc4
1 file changed
babel/localedata.py
@@ -21,7 +21,7 @@
21
from collections.abc import Iterator, Mapping, MutableMapping
22
from functools import lru_cache
23
from itertools import chain
24
-from typing import Any, TypeVar, MutableMapping
+from typing import Any, MutableMapping, TypeVar
25
26
_Key = TypeVar('_Key',)
27
_Value = TypeVar('_Value')
0 commit comments