Skip to content

Commit 6e6df0b

Browse files
committed
Fix lint errors
1 parent fb69579 commit 6e6df0b

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

roborock/devices/traits/b01/q10/__init__.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
"""Traits for Q10 B01 devices."""
22

3-
import asyncio
43
import logging
5-
from typing import Any
64

7-
from roborock import B01Props
8-
from roborock.data.b01_q10.b01_q10_code_mappings import B01_Q10_DP
95
from roborock.devices.traits import Trait
106
from roborock.devices.transport.mqtt_channel import MqttChannel
117

@@ -32,8 +28,6 @@ def __init__(self, channel: MqttChannel) -> None:
3228
"""Initialize the B01Props API."""
3329
self.command = CommandTrait(channel)
3430
self.vacuum = VacuumTrait(self.command)
35-
self._channel = channel
36-
self._task: asyncio.Task | None = None
3731

3832

3933
def create(channel: MqttChannel) -> Q10PropertiesApi:

0 commit comments

Comments
 (0)