Skip to content

Commit 7f54a8f

Browse files
committed
updates for 1.0.2
1 parent 4efc9bb commit 7f54a8f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

stubs/xmltodict/xmltodict.pyi

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
from _typeshed import ReadableBuffer, SupportsRead, SupportsWrite
22
from collections.abc import Callable, Container, Generator, Mapping
3-
from typing import Any, Final, overload
3+
from typing import Any, overload
44
from typing_extensions import TypeAlias
55

6-
__author__: Final[str]
7-
__version__: Final[str]
8-
__license__: Final[str]
9-
106
class ParsingInterrupted(Exception): ...
117

128
# dict as attribute value is exclusive to xmlns: https://github.com/bigpick/xmltodict/commit/22541b4874365cb8d2397f23087a866b3081fd9c

0 commit comments

Comments
 (0)