Skip to content

Commit 04ffc75

Browse files
authored
Update roborock/devices/mqtt_channel.py
1 parent e49fd95 commit 04ffc75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

roborock/devices/mqtt_channel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ def __init__(self, mqtt_session: MqttSession, duid: str, rriot: RRiot, mqtt_para
1919
self._duid = duid
2020
self._rriot = rriot
2121
self._mqtt_params = mqtt_params
22-
self._unsub: Callable[[], None] | None = None
2322

2423
@property
2524
def _publish_topic(self) -> str:

0 commit comments

Comments
 (0)