Remove comments for py2

This commit is contained in:
Takeshi KOMIYA 2018-12-15 20:49:49 +09:00
parent 881cfbc82b
commit 3f90794f22
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ from .deprecation import RemovedInNextVersionWarning
if False:
# For type annotation
# note: Don't use typing.TYPE_CHECK here (for py27 and py34).
from typing import Any # NOQA

View File

@ -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