Skip to content

Commit 3c550cd

Browse files
committed
mypy 3.9
1 parent 8e05ccf commit 3c550cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

stubs/xmltodict/xmltodict.pyi

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
from _typeshed import ReadableBuffer, SupportsRead, SupportsWrite
22
from collections.abc import Callable, Mapping
33
from types import GeneratorType
4-
from typing import Any, TypeAlias, overload
4+
from typing import Any, overload
5+
from typing_extensions import TypeAlias
56

67
__author__: str
78
__version__: str

0 commit comments

Comments
 (0)