diff --git a/stubs/Markdown/markdown/util.pyi b/stubs/Markdown/markdown/util.pyi index e26fc71af..d416bf8dc 100644 --- a/stubs/Markdown/markdown/util.pyi +++ b/stubs/Markdown/markdown/util.pyi @@ -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