mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
parent
f35d2a6cc7
commit
fe2f96ac99
@ -74,9 +74,6 @@ strict_optional = False
|
||||
[mypy-sphinx.registry]
|
||||
strict_optional = False
|
||||
|
||||
[mypy-sphinx.search]
|
||||
strict_optional = False
|
||||
|
||||
[mypy-sphinx.setup_command]
|
||||
strict_optional = False
|
||||
|
||||
|
@ -91,8 +91,8 @@ class SphinxTestApp(application.Sphinx):
|
||||
A subclass of :class:`Sphinx` that runs on the test root, with some
|
||||
better default values for the initialization parameters.
|
||||
"""
|
||||
_status: StringIO = None
|
||||
_warning: StringIO = None
|
||||
_status: StringIO
|
||||
_warning: StringIO
|
||||
|
||||
def __init__(
|
||||
self,
|
||||
|
Loading…
Reference in New Issue
Block a user