diff options
author | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-03-06 23:44:44 +0900 |
---|---|---|
committer | Takeshi KOMIYA <i.tkomiya@gmail.com> | 2019-03-06 23:44:44 +0900 |
commit | dbefc9865d8c2c4006ed52475d1bff865358cd00 (patch) | |
tree | 87e6cc29d08b37751b13add9f4a4b90e74666b81 /sphinx/util/pycompat.py | |
parent | c747257f77f75a3945acc0b7e054040e2656be4b (diff) | |
download | sphinx-git-dbefc9865d8c2c4006ed52475d1bff865358cd00.tar.gz |
Clean up import for annotations
Diffstat (limited to 'sphinx/util/pycompat.py')
-rw-r--r-- | sphinx/util/pycompat.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/util/pycompat.py b/sphinx/util/pycompat.py index fe5f0803e..dca2849c2 100644 --- a/sphinx/util/pycompat.py +++ b/sphinx/util/pycompat.py @@ -22,7 +22,7 @@ from sphinx.util.typing import NoneType if False: # For type annotation - from typing import Any, Callable, Generator # NOQA + from typing import Any, Callable # NOQA logger = logging.getLogger(__name__) |