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>2017-03-03 06:19:09 +0300
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2017-03-03 17:17:34 +0300
commit554199d30e418f72f215fae65924b47249d2544c (patch)
treefd952e21a8f4e9dabf91c5e3731dea3712ade006 /sphinx/environment/collectors/indexentries.py
parent28b1aceefedbb9c3a12d6ba7c712df8ad5e98db8 (diff)
Upgrade to mypy-0.5
Diffstat (limited to 'sphinx/environment/collectors/indexentries.py')
-rw-r--r--sphinx/environment/collectors/indexentries.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/sphinx/environment/collectors/indexentries.py b/sphinx/environment/collectors/indexentries.py
index c9aeda7e1..596c98c09 100644
--- a/sphinx/environment/collectors/indexentries.py
+++ b/sphinx/environment/collectors/indexentries.py
@@ -15,6 +15,7 @@ from sphinx.environment.collectors import EnvironmentCollector
if False:
# For type annotation
+ from typing import Set # NOQA
from docutils import nodes # NOQA
from sphinx.applicatin import Sphinx # NOQA
from sphinx.environment import BuildEnvironment # NOQA