mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
improve type annotations in 'docutils.readers.doctree' (#11492)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from _typeshed import Incomplete
|
||||
from docutils import readers
|
||||
|
||||
def __getattr__(name: str) -> Incomplete: ...
|
||||
class Reader(readers.ReReader): ...
|
||||
|
||||
Reference in New Issue
Block a user