third-party stubs: Add several missing __del__ methods (#11054)

This commit is contained in:
Alex Waygood
2023-11-21 19:07:30 +00:00
committed by GitHub
parent aef6e229fe
commit a9fc14a811
3 changed files with 3 additions and 0 deletions

View File

@@ -82,6 +82,7 @@ class Client:
) -> None: ...
def __enter__(self) -> Self: ...
def __exit__(self, *args: Unused) -> None: ...
def __del__(self) -> None: ...
@property
def name(self) -> str: ...
@property