We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faf6226 commit fb69579Copy full SHA for fb69579
roborock/devices/traits/b01/q10/vacuum.py
@@ -1,13 +1,9 @@
1
"""Traits for Q10 B01 devices."""
2
3
-import logging
4
-
5
from roborock.data.b01_q10.b01_q10_code_mappings import B01_Q10_DP
6
7
from .command import CommandTrait
8
9
-_LOGGER = logging.getLogger(__name__)
10
11
12
class VacuumTrait:
13
"""Trait for sending vacuum commands.
0 commit comments