summaryrefslogtreecommitdiff
path: root/sphinx/util/inventory.py
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2019-03-06 23:44:44 +0900
committerTakeshi KOMIYA <i.tkomiya@gmail.com>2019-03-06 23:44:44 +0900
commitdbefc9865d8c2c4006ed52475d1bff865358cd00 (patch)
tree87e6cc29d08b37751b13add9f4a4b90e74666b81 /sphinx/util/inventory.py
parentc747257f77f75a3945acc0b7e054040e2656be4b (diff)
downloadsphinx-git-dbefc9865d8c2c4006ed52475d1bff865358cd00.tar.gz
Clean up import for annotations
Diffstat (limited to 'sphinx/util/inventory.py')
-rw-r--r--sphinx/util/inventory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/inventory.py b/sphinx/util/inventory.py
index 786898181..0fdc3e833 100644
--- a/sphinx/util/inventory.py
+++ b/sphinx/util/inventory.py
@@ -15,7 +15,7 @@ from sphinx.util import logging
if False:
# For type annotation
- from typing import Callable, Dict, IO, Iterator, Tuple # NOQA
+ from typing import Callable, IO, Iterator # NOQA
from sphinx.builders import Builder # NOQA
from sphinx.environment import BuildEnvironment # NOQA
from sphinx.util.typing import Inventory # NOQA