mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-23 11:32:07 +08:00
Remove empty __init__ methods (#8816)
This commit is contained in:
@@ -13,7 +13,6 @@ __all__ = ["TaskGroup"]
|
||||
_T = TypeVar("_T")
|
||||
|
||||
class TaskGroup:
|
||||
def __init__(self) -> None: ...
|
||||
async def __aenter__(self: Self) -> Self: ...
|
||||
async def __aexit__(self, et: type[BaseException] | None, exc: BaseException | None, tb: TracebackType | None) -> None: ...
|
||||
def create_task(
|
||||
|
||||
Reference in New Issue
Block a user