Skip to content

Commit 47b30e7

Browse files
chore(pre-commit.ci): auto fixes
1 parent b812f92 commit 47b30e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_sync.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1434,7 +1434,7 @@ def read_data(expected):
14341434
calls += 1
14351435
if calls == 1:
14361436
self.assertEqual(expected, 2)
1437-
return bytearray(b"\x81\xB6") # Model 0xB6
1437+
return bytearray(b"\x81\xb6") # Model 0xB6
14381438
if calls == 2:
14391439
# Standard state response for initial setup (protocol determination)
14401440
self.assertEqual(expected, 12)

0 commit comments

Comments
 (0)