Skip to content

Commit

Permalink
improve type annotations in 'docutils.readers.doctree'
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Feb 28, 2024
1 parent bc71e8d commit 0ca6a84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stubs/docutils/docutils/readers/doctree.pyi
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from _typeshed import Incomplete
from docutils import readers

def __getattr__(name: str) -> Incomplete: ...
class Reader(readers.ReReader): ...

0 comments on commit 0ca6a84

Please sign in to comment.