From f527e96dc30ed42a59f0a73ace2001561ce3b96c Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Tue, 20 Apr 2021 14:59:39 +0200 Subject: [PATCH] Remove docutils.nodes.reference, which has no resemblance to the implementation (#5235) --- stubs/docutils/docutils/nodes.pyi | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/stubs/docutils/docutils/nodes.pyi b/stubs/docutils/docutils/nodes.pyi index fd40a36cd..964e6fa3f 100644 --- a/stubs/docutils/docutils/nodes.pyi +++ b/stubs/docutils/docutils/nodes.pyi @@ -1,6 +1,3 @@ -from typing import Any, List - -class reference: - def __init__(self, rawsource: str = ..., text: str = ..., *children: List[Any], **attributes: Any) -> None: ... +from typing import Any def __getattr__(name: str) -> Any: ... # incomplete