diff options
Diffstat (limited to 'sphinx/deprecation.py')
-rw-r--r-- | sphinx/deprecation.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sphinx/deprecation.py b/sphinx/deprecation.py index ebf053e7b..407ac2297 100644 --- a/sphinx/deprecation.py +++ b/sphinx/deprecation.py @@ -13,7 +13,6 @@ import warnings if False: # For type annotation - # note: Don't use typing.TYPE_CHECK here (for py27 and py34). from typing import Any, Dict, Type # NOQA from sphinx.util.typing import unicode # NOQA |