summaryrefslogtreecommitdiff
path: root/sphinx/util/compat.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-15 19:22:40 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2016-12-15 19:22:40 +0900
commitd5288567fd90b77c139a0fb0dbd48e7dbe3454a5 (patch)
treee4083102c6c257d036599b2423213f36831b7f00 /sphinx/util/compat.py
parente4a0f99dda967820e494fd80c7ec07cbc69401d1 (diff)
downloadsphinx-git-d5288567fd90b77c139a0fb0dbd48e7dbe3454a5.tar.gz
Update type annotations
Diffstat (limited to 'sphinx/util/compat.py')
-rw-r--r--sphinx/util/compat.py1
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