diff --git a/thon/process.py b/thon/process.py index 17a7e83..f38c3fe 100644 --- a/thon/process.py +++ b/thon/process.py @@ -173,7 +173,6 @@ class ProcessThon(Data): await self.client(UpdateStatusRequest(offline=True)) with contextlib.suppress(Exception): await self.client.disconnect() # type: ignore # ty:ignore[unused-ignore-comment] - del self.__client async def __aenter__(self) -> Self | str: r = await self.check()