We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e6df0b + 0fce06a commit 7d12163Copy full SHA for 7d12163
roborock/devices/traits/b01/q10/__init__.py
@@ -22,7 +22,7 @@ class Q10PropertiesApi(Trait):
22
"""Trait for sending commands to Q10 devices."""
23
24
vacuum: VacuumTrait
25
- """Trait for sending Vacuum related commands to Q10 devices"""
+ """Trait for sending vacuum related commands to Q10 devices."""
26
27
def __init__(self, channel: MqttChannel) -> None:
28
"""Initialize the B01Props API."""
0 commit comments