Skip to content

Commit 4714f80

Browse files
committed
CR: Nitpick language
1 parent a0091e6 commit 4714f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/scan.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ async def _scan_calibrate_light(self) -> bool:
524524
)
525525

526526
async def get_state(self, features: tuple[NodeFeature]) -> dict[NodeFeature, Any]:
527-
"""Update latest state for given feature."""
527+
"""Update latest state for given features."""
528528
states: dict[NodeFeature, Any] = {}
529529
for feature in features:
530530
_LOGGER.debug(

0 commit comments

Comments
 (0)