add type stubs for 'docutils.parsers.rst.directives.references' (#12442)

This commit is contained in:
danieleades
2024-09-06 23:09:33 +01:00
committed by GitHub
parent 0784bf6bee
commit b48d6f5f74

View File

@@ -1,3 +1,3 @@
from _typeshed import Incomplete
from docutils.parsers.rst import Directive
def __getattr__(name: str) -> Incomplete: ...
class TargetNotes(Directive): ...