Skip to content

Commit f3e9398

Browse files
committed
precommit fixes
1 parent 1a9eb6a commit f3e9398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

babel/localedata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import threading
2121
from collections.abc import Iterator, Mapping
2222
from itertools import chain
23-
from typing import Any, TypeVar, MutableMapping
23+
from typing import Any, MutableMapping, TypeVar
2424

2525
_Key = TypeVar('_Key',)
2626
_Value = TypeVar('_Value')

0 commit comments

Comments
 (0)