mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-23 04:11:28 +08:00
Remove line continuations to help pytype parse (#390)
This commit is contained in:
committed by
Matthias Kramm
parent
0863590721
commit
f7b35bc8be
@@ -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: ...
|
||||
|
||||
Reference in New Issue
Block a user