We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fee3873 commit 68dbf43Copy full SHA for 68dbf43
roborock/devices/traits/b01/q10/vacuum.py
@@ -13,7 +13,7 @@ class VacuumTrait:
13
"""
14
15
def __init__(self, command: CommandTrait) -> None:
16
- """Initialize the CommandTrait."""
+ """Initialize the VacuumTrait."""
17
self._command = command
18
19
async def start_clean(self) -> None:
0 commit comments