mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-08 04:54:47 +08:00
Remove empty __init__ methods (#8816)
This commit is contained in:
@@ -22,7 +22,6 @@ class Repr:
|
||||
maxlong: int
|
||||
maxstring: int
|
||||
maxother: int
|
||||
def __init__(self) -> None: ...
|
||||
def repr(self, x: Any) -> str: ...
|
||||
def repr1(self, x: Any, level: int) -> str: ...
|
||||
def repr_tuple(self, x: tuple[Any, ...], level: int) -> str: ...
|
||||
|
||||
Reference in New Issue
Block a user