mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Remove comments for py2
This commit is contained in:
parent
881cfbc82b
commit
3f90794f22
@ -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
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user