summaryrefslogtreecommitdiff
path: root/sphinx/environment/collectors/toctree.py
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/environment/collectors/toctree.py')
-rw-r--r--sphinx/environment/collectors/toctree.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/environment/collectors/toctree.py b/sphinx/environment/collectors/toctree.py
index 5c9ed5472..bd3298391 100644
--- a/sphinx/environment/collectors/toctree.py
+++ b/sphinx/environment/collectors/toctree.py
@@ -21,7 +21,7 @@ from sphinx.environment.collectors import EnvironmentCollector
if False:
# For type annotation
- from typing import Any, Tuple # NOQA
+ from typing import Any, Dict, List, Set, Tuple # NOQA
from sphinx.application import Sphinx # NOQA
from sphinx.builders import Builder # NOQA
from sphinx.environment import BuildEnvironment # NOQA