mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 13:34:58 +08:00
Delete many redundant method redefinitions (#6877)
This commit is contained in:
@@ -31,7 +31,6 @@ _MAX_WINDOWS_WORKERS: int
|
||||
class _RemoteTraceback(Exception):
|
||||
tb: str
|
||||
def __init__(self, tb: TracebackType) -> None: ...
|
||||
def __str__(self) -> str: ...
|
||||
|
||||
class _ExceptionWithTraceback:
|
||||
exc: BaseException
|
||||
|
||||
Reference in New Issue
Block a user