Skip to content

Commit 9a04638

Browse files
committed
More clean up
1 parent a993b63 commit 9a04638

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/stick_test_data.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@
599599
b"000000C1", # Success ack
600600
b"003A" # msg_id
601601
+ b"0098765432101234" # mac
602-
# datetime.now()
603602
+ bytes(("%%0%dd" % 2) % utc_now.second, pw_constants.UTF8) # noqa: UP031
604603
+ bytes(("%%0%dd" % 2) % utc_now.minute, pw_constants.UTF8) # noqa: UP031
605604
+ bytes(("%%0%dd" % 2) % utc_now.hour, pw_constants.UTF8) # noqa: UP031

0 commit comments

Comments
 (0)