We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e05ccf commit 3c550cdCopy full SHA for 3c550cd
stubs/xmltodict/xmltodict.pyi
@@ -1,7 +1,8 @@
1
from _typeshed import ReadableBuffer, SupportsRead, SupportsWrite
2
from collections.abc import Callable, Mapping
3
from types import GeneratorType
4
-from typing import Any, TypeAlias, overload
+from typing import Any, overload
5
+from typing_extensions import TypeAlias
6
7
__author__: str
8
__version__: str
0 commit comments