Remove line continuations to help pytype parse (#390)

This commit is contained in:
alvarocaceres
2016-07-22 12:55:42 -05:00
committed by Matthias Kramm
parent 0863590721
commit f7b35bc8be
7 changed files with 11 additions and 22 deletions

View File

@@ -56,8 +56,7 @@ class PyZipFile(ZipFile):
compression: int = ..., allowZip64: bool = ...,
opimize: int = ...) -> None: ...
def writepy(self, pathname: str, basename: str = ...,
filterfunc: Optional[Callable[[str], bool]] = ...) \
-> None: ...
filterfunc: Optional[Callable[[str], bool]] = ...) -> None: ...
else:
def writepy(self, # type: ignore
pathname: str, basename: str = ...) -> None: ...