Skip to content

Commit e9cbc20

Browse files
committed
Cleanup
1 parent 1851b49 commit e9cbc20

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/test_usb.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -945,9 +945,6 @@ def test_pulse_collection_consumption(
945945
) -> None:
946946
"""Testing pulse collection class."""
947947
monkeypatch.setattr(pw_energy_pulses, "MAX_LOG_HOURS", 24)
948-
949-
# fixed_timestamp_utc = dt.now(UTC)
950-
# fixed_this_hour = fixed_timestamp_utc.replace(minute=0, second=0, microsecond=0)
951948
fixed_this_hour = dt.now(UTC)
952949

953950
# Test consumption logs

0 commit comments

Comments
 (0)