Skip to content

Commit 92454af

Browse files
author
autoblack
committed
fixup: formatting-issues Python code reformatted using Black
1 parent 0efc187 commit 92454af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,4 +335,4 @@ def serialize(self):
335335

336336
def deserialize(self, val):
337337
Int.deserialize(self, val)
338-
self.value = (self.value - LOGADDR_OFFSET) // 32
338+
self.value = (self.value - LOGADDR_OFFSET) // 32

0 commit comments

Comments
 (0)