diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-12-15 19:22:40 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2016-12-15 19:22:40 +0900 |
commit | d5288567fd90b77c139a0fb0dbd48e7dbe3454a5 (patch) | |
tree | e4083102c6c257d036599b2423213f36831b7f00 /sphinx/util/compat.py | |
parent | e4a0f99dda967820e494fd80c7ec07cbc69401d1 (diff) | |
download | sphinx-git-d5288567fd90b77c139a0fb0dbd48e7dbe3454a5.tar.gz |
Update type annotations
Diffstat (limited to 'sphinx/util/compat.py')
-rw-r--r-- | sphinx/util/compat.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/util/compat.py b/sphinx/util/compat.py index 73b68f5a2..a9348ce75 100644 --- a/sphinx/util/compat.py +++ b/sphinx/util/compat.py @@ -47,7 +47,6 @@ def make_admonition(node_class, name, arguments, options, content, lineno, class _DeprecationWrapper(object): def __init__(self, mod, deprecated): - # type: (Any, Dict) -> None self._mod = mod self._deprecated = deprecated |