Skip to content

Commit 1a687f9

Browse files
committed
Ruffed
1 parent 2ba67e5 commit 1a687f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/stick_test_data.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66
pw_constants = importlib.import_module("plugwise_usb.constants")
77

88
# test using utc timezone - 2025-04-03 22:00:00
9-
fixed_time = datetime(2025, 4, 3, 22, 0, 0) # changed from datetime.now(tz=UTC).replace(tzinfo=UTC)
9+
fixed_time = datetime(
10+
2025, 4, 3, 22, 0, 0
11+
) # changed from datetime.now(tz=UTC).replace(tzinfo=UTC)
1012

1113
# generate energy log timestamps with fixed hour timestamp used in tests
1214
hour_timestamp = fixed_time.replace(minute=0, second=0, microsecond=0)

0 commit comments

Comments
 (0)