Skip to content

Commit f0acaed

Browse files
committed
chore: fix lint errors
1 parent 17310e3 commit f0acaed

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

roborock/devices/traits/v1/child_lock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class ChildLockTrait(ChildLockStatus, common.V1TraitMixin):
99
"""Trait for controlling the child lock of a Roborock device."""
1010

1111
command = RoborockCommand.GET_CHILD_LOCK_STATUS
12-
requires_feature = "is_set_child_supported"
12+
requires_feature = "is_set_child_supported"
1313

1414
async def enable(self) -> None:
1515
"""Enable the child lock."""

tests/devices/traits/v1/test_dnd.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ async def dnd_trait(device: RoborockDevice) -> DoNotDisturbTrait:
2121
return device.v1_properties.dnd
2222

2323

24+
25+
2426
@pytest.fixture
2527
def sample_dnd_timer() -> DnDTimer:
2628
"""Create a sample DnDTimer for testing."""

0 commit comments

Comments
 (0)