Skip to content

Commit 0fbed94

Browse files
committed
Revert "Fixed linting"
This reverts commit dc96caa.
1 parent 0987c33 commit 0fbed94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/dht_time_calibration_advance.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@
9191
# Gather best time(s) in milliseconds where we got more reads
9292
best_times = [
9393
milliseconds
94-
for milliseconds in reads.values()
95-
if milliseconds["total_reads"] == best_result
94+
for milliseconds in reads
95+
if reads[milliseconds]["total_reads"] == best_result
9696
]
9797
print(
9898
f"Maximum reads: {best_result} out of {max_retries_per_time} with the "

0 commit comments

Comments
 (0)