Skip to content

Commit fef8fc4

Browse files
committed
precommit fixes
1 parent a04777e commit fef8fc4

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
@@ -21,7 +21,7 @@
2121
from collections.abc import Iterator, Mapping, MutableMapping
2222
from functools import lru_cache
2323
from itertools import chain
24-
from typing import Any, TypeVar, MutableMapping
24+
from typing import Any, MutableMapping, TypeVar
2525

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

0 commit comments

Comments
 (0)