Revert "Use typing.TYPE_CHECKING"

This reverts commit f51b644f39.
This commit is contained in:
Takeshi KOMIYA
2018-03-13 23:00:30 +09:00
parent 87e8dd16b2
commit 2fd24f9129

View File

@@ -11,10 +11,10 @@
from __future__ import absolute_import
import sys
from typing import TYPE_CHECKING
if TYPE_CHECKING:
if False:
# For type annotation
from typing import Any, Dict # NOQA
from sphinx.application import Sphinx # NOQA