Clean out the pytype blacklist (#1667)

This commit is contained in:
Martin DeMello
2017-10-24 10:38:34 -07:00
committed by Matthias Kramm
parent 9e76d44b09
commit 817c270c32
6 changed files with 17 additions and 47 deletions

View File

@@ -29,5 +29,5 @@ WSGIApplication = Callable[
Callable[[str, List[Tuple[str, str]], _exc_info], Callable[[Union[bytes, str]], None]]
]
],
Iterable[Union[bytes, str]],
Iterable[Union[bytes, str]]
]