mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 05:24:52 +08:00
Remove empty __init__ methods (#8816)
This commit is contained in:
@@ -27,7 +27,6 @@ class _State:
|
||||
groupdict: dict[str, int]
|
||||
groupwidths: list[int | None]
|
||||
lookbehindgroups: int | None
|
||||
def __init__(self) -> None: ...
|
||||
@property
|
||||
def groups(self) -> int: ...
|
||||
def opengroup(self, name: str | None = ...) -> int: ...
|
||||
|
||||
Reference in New Issue
Block a user