Skip to content

Commit 0fce06a

Browse files
allenporterCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent fb69579 commit 0fce06a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import logging
55
from typing import Any
66

7-
from roborock import B01Props
8-
from roborock.data.b01_q10.b01_q10_code_mappings import B01_Q10_DP
97
from roborock.devices.traits import Trait
108
from roborock.devices.transport.mqtt_channel import MqttChannel
119

@@ -26,7 +24,7 @@ class Q10PropertiesApi(Trait):
2624
"""Trait for sending commands to Q10 devices."""
2725

2826
vacuum: VacuumTrait
29-
"""Trait for sending Vacuum related commands to Q10 devices"""
27+
"""Trait for sending vacuum related commands to Q10 devices."""
3028

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

0 commit comments

Comments
 (0)