Skip to content

Commit b0a4dc2

Browse files
author
autoruff
committed
fixup: cpaj Python code reformatted using Ruff
1 parent 3cfcb2b commit b0a4dc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise_usb/constants.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
UTF8: Final = "utf-8"
1818

1919
# Value limits
20-
MAX_UINT_2: Final = 255 # 8-bit unsigned integer max
21-
MAX_UINT_4: Final = 65535 # 16-bit unsigned integer max
20+
MAX_UINT_2: Final = 255 # 8-bit unsigned integer max
21+
MAX_UINT_4: Final = 65535 # 16-bit unsigned integer max
2222

2323
# Time
2424
DAY_IN_HOURS: Final = 24

0 commit comments

Comments
 (0)