diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-06-03 23:46:13 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2020-06-03 23:46:13 +0900 |
commit | 6a55947e9f8f51c42a4719663f10b85c921a5918 (patch) | |
tree | 4315f8b35a232794ba4069cfe0301308101239b6 /sphinx/util/pycompat.py | |
parent | cee921fe416068021996ec24ad19afb54cd6bbec (diff) | |
parent | ed75950017e63b3ccfe2beef3d22ae6ec44410b0 (diff) | |
download | sphinx-git-6a55947e9f8f51c42a4719663f10b85c921a5918.tar.gz |
Merge branch '3.0.x' into 3.x
Diffstat (limited to 'sphinx/util/pycompat.py')
-rw-r--r-- | sphinx/util/pycompat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/pycompat.py b/sphinx/util/pycompat.py index 6decc1cef..664387cac 100644 --- a/sphinx/util/pycompat.py +++ b/sphinx/util/pycompat.py @@ -90,7 +90,7 @@ def execfile_(filepath: str, _globals: Any, open: Callable = open) -> None: deprecated_alias('sphinx.util.pycompat', { - 'NoneType': NoneType, # type: ignore + 'NoneType': NoneType, 'TextIOWrapper': io.TextIOWrapper, 'htmlescape': html.escape, 'indent': textwrap.indent, |