Skip to content

Commit b2b5f5e

Browse files
Lash-Lallenporter
andauthored
fix: remove __del__
Co-authored-by: Allen Porter <allen.porter@gmail.com>
1 parent 7705cda commit b2b5f5e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

roborock/broadcast_protocol.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ def __init__(self, timeout: int = 5):
2929
self.devices_found: list[BroadcastMessage] = []
3030
self._mutex = Lock()
3131

32-
def __del__(self):
33-
self.close()
34-
3532
def datagram_received(self, data, _):
3633
[broadcast_message], _ = BroadcastParser.parse(data)
3734
if broadcast_message.payload:

0 commit comments

Comments
 (0)