Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-18 06:39:07 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2018-02-18 06:39:07 +0300
commitf8bb40ab308b5daacfe45979a4e42fa82f8ef8ed (patch)
tree864ca265398a155e410fb08052d926911e51fc08 /sphinx/errors.py
parent91eeaea72f795f78a726f6c0101917e7fbcd41a1 (diff)
parent97a7017d198ad06b0bd960cc41cc261fcc99359c (diff)
Merge branch '1.7'
Diffstat (limited to 'sphinx/errors.py')
-rw-r--r--sphinx/errors.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/sphinx/errors.py b/sphinx/errors.py
index 7652e93cb..7ac0d9c85 100644
--- a/sphinx/errors.py
+++ b/sphinx/errors.py
@@ -10,8 +10,9 @@
:license: BSD, see LICENSE for details.
"""
-if False:
- # For type annotation
+from typing import TYPE_CHECKING
+
+if TYPE_CHECKING:
from typing import Any # NOQA