mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-20 19:01:15 +08:00
Remove empty __init__ methods (#8816)
This commit is contained in:
@@ -98,7 +98,6 @@ def walk_tb(tb: TracebackType | None) -> Iterator[tuple[FrameType, int]]: ...
|
||||
|
||||
if sys.version_info >= (3, 11):
|
||||
class _ExceptionPrintContext:
|
||||
def __init__(self) -> None: ...
|
||||
def indent(self) -> str: ...
|
||||
def emit(self, text_gen: str | Iterable[str], margin_char: str | None = ...) -> Generator[str, None, None]: ...
|
||||
|
||||
|
||||
Reference in New Issue
Block a user