Skip to content

Commit 597be79

Browse files
authored
markdown: annotate __deprecated__ (#7955)
1 parent 84e2ea1 commit 597be79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stubs/Markdown/markdown/util.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from typing import Any, Pattern, overload
22

33
PY37: bool
4-
__deprecated__: Any
4+
__deprecated__: dict[str, tuple[str, Any]]
55
BLOCK_LEVEL_ELEMENTS: Any
66
STX: str
77
ETX: str

0 commit comments

Comments
 (0)