mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-24 18:48:46 +08:00
Prefer to use ellipsis over pass (#2292)
This commit is contained in:
committed by
Jelle Zijlstra
parent
187aaaced9
commit
581705d9ee
3
third_party/2/pycurl.pyi
vendored
3
third_party/2/pycurl.pyi
vendored
@@ -17,8 +17,7 @@ version = ... # type: str
|
||||
def version_info() -> Tuple[int, str, int, str, int, str,
|
||||
int, str, tuple, Any, int, Any]: ...
|
||||
|
||||
class error(Exception):
|
||||
pass
|
||||
class error(Exception): ...
|
||||
|
||||
class Curl(object):
|
||||
def close(self) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user