Fixing flake8 B errors

This commit is contained in:
Lukasz Langa
2016-12-20 01:17:38 -08:00
parent ad9038dcd7
commit 6e2709906b
5 changed files with 8 additions and 10 deletions

View File

@@ -787,8 +787,8 @@ def zip(iter1: Iterable[_T1], iter2: Iterable[_T2],
def zip(iter1: Iterable[_T1], iter2: Iterable[_T2], iter3: Iterable[_T3],
iter4: Iterable[_T4]) -> Iterator[Tuple[_T1, _T2,
_T3, _T4]]: ... # TODO more than four iterables
def __import__(name: str, globals: Dict[str, Any] = {}, locals: Dict[str, Any] = {},
fromlist: List[str] = [], level: int = -1) -> Any: ...
def __import__(name: str, globals: Dict[str, Any] = ..., locals: Dict[str, Any] = ...,
fromlist: List[str] = ..., level: int = -1) -> Any: ...
# Ellipsis