markdown: annotate __deprecated__ (#7955)

This commit is contained in:
Lee
2022-05-26 14:23:59 +08:00
committed by GitHub
parent 84e2ea113f
commit 597be79b18

View File

@@ -1,7 +1,7 @@
from typing import Any, Pattern, overload
PY37: bool
__deprecated__: Any
__deprecated__: dict[str, tuple[str, Any]]
BLOCK_LEVEL_ELEMENTS: Any
STX: str
ETX: str