mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-20 08:38:26 +08:00
Prefer to use ellipsis over pass (#2292)
This commit is contained in:
committed by
Jelle Zijlstra
parent
187aaaced9
commit
581705d9ee
@@ -10,7 +10,7 @@ from typing import (
|
||||
|
||||
_LongResp = Tuple[bytes, List[bytes], int]
|
||||
|
||||
class error_proto(Exception): pass
|
||||
class error_proto(Exception): ...
|
||||
|
||||
POP3_PORT: int
|
||||
POP3_SSL_PORT: int
|
||||
|
||||
Reference in New Issue
Block a user