From d24b07be4c34240f83218624232cbfce5d38cdfc Mon Sep 17 00:00:00 2001 From: sworld Date: Mon, 30 Dec 2024 21:05:59 +0800 Subject: [PATCH] style: remove unuse params --- custom_components/xiaomi_home/miot/miot_network.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/custom_components/xiaomi_home/miot/miot_network.py b/custom_components/xiaomi_home/miot/miot_network.py index e92a707..45b5f35 100644 --- a/custom_components/xiaomi_home/miot/miot_network.py +++ b/custom_components/xiaomi_home/miot/miot_network.py @@ -135,8 +135,6 @@ class MIoTNetwork: self._sub_list_network_status = {} self._sub_list_network_info = {} - self._ping_address_priority = 0 - self._done_event = asyncio.Event() async def init_async(self) -> bool: