mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-15 16:27:08 +08:00
Remove empty __init__ methods (#8816)
This commit is contained in:
@@ -115,7 +115,6 @@ class Untokenizer:
|
||||
prev_row: int
|
||||
prev_col: int
|
||||
encoding: str | None
|
||||
def __init__(self) -> None: ...
|
||||
def add_whitespace(self, start: _Position) -> None: ...
|
||||
def untokenize(self, iterable: Iterable[_Token]) -> str: ...
|
||||
def compat(self, token: Sequence[int | str], iterable: Iterable[_Token]) -> None: ...
|
||||
|
||||
Reference in New Issue
Block a user