Merge branch '1.7'

This commit is contained in:
Takeshi KOMIYA
2018-02-18 12:39:07 +09:00
150 changed files with 464 additions and 349 deletions

View File

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