Skip to content

Commit

Permalink
Fix black
Browse files Browse the repository at this point in the history
  • Loading branch information
olekenneth committed Feb 7, 2025
1 parent 14659eb commit d98de7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_xcomfort.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def test_init(self):

def test_sendDimCommand(self):
serial = b"\xc5\xc4\x55\x00"
state = b"\xF0"
state = b"\xf0"
command = self.instance._sendDimCommand(serial, state)
self.assertEqual(
command,
Expand Down

0 comments on commit d98de7d

Please sign in to comment.