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