We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70eff86 commit bdc8857Copy full SHA for bdc8857
stubs/docutils/docutils/core.pyi
@@ -1,7 +1,8 @@
1
+from optparse import Values
2
from typing import IO, Any, Generic, TypeVar
3
4
from docutils import SettingsSpec, io, nodes
-from docutils.frontend import OptionParser, Values
5
+from docutils.frontend import OptionParser
6
from docutils.io import Input, Output
7
from docutils.parsers import Parser
8
from docutils.readers import Reader
0 commit comments