Skip to content

Commit 7d12163

Browse files
committed
Merge branch 'q10-vacuum-trait' of github.com:allenporter/python-roborock into q10-vacuum-trait
2 parents 6e6df0b + 0fce06a commit 7d12163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ class Q10PropertiesApi(Trait):
2222
"""Trait for sending commands to Q10 devices."""
2323

2424
vacuum: VacuumTrait
25-
"""Trait for sending Vacuum related commands to Q10 devices"""
25+
"""Trait for sending vacuum related commands to Q10 devices."""
2626

2727
def __init__(self, channel: MqttChannel) -> None:
2828
"""Initialize the B01Props API."""

0 commit comments

Comments
 (0)