Revert "Use typing.TYPE_CHECKING for typehints"

This reverts commit a073e17537.
This commit is contained in:
Takeshi KOMIYA
2018-03-13 23:01:11 +09:00
parent 2fd24f9129
commit 70a622b86c
141 changed files with 257 additions and 327 deletions

View File

@@ -10,9 +10,8 @@
:license: BSD, see LICENSE for details.
"""
from typing import TYPE_CHECKING
if TYPE_CHECKING:
if False:
# For type annotation
from typing import Any # NOQA