Skip to content

Commit c552348

Browse files
author
autoruff
committed
fixup: mdi_scan Python code reformatted using Ruff
1 parent b1f5a5a commit c552348

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
@@ -341,7 +341,7 @@ async def set_motion_sensitivity_level(
341341
level = MotionSensitivity(level)
342342
except ValueError:
343343
_LOGGER.exception(
344-
"MotionSensitivity for %s: invalid numeric value %s",
344+
"MotionSensitivity for %s: invalid numeric value %s",
345345
self._mac_in_str,
346346
str(level),
347347
)

0 commit comments

Comments
 (0)