We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db49779 + c7f401b commit 5909964Copy full SHA for 5909964
examples/dht_time_calibration_advance.py
@@ -87,10 +87,8 @@
87
88
# Gather the highest read numbers from all reads done.
89
best_result = max(
90
- [
91
- reads[milliseconds]["total_reads"]
92
- for milliseconds in reads # pylint: disable=consider-using-dict-items
93
- ]
+ reads[milliseconds]["total_reads"]
+ for milliseconds in reads # pylint: disable=consider-using-dict-items
94
)
95
# Gather best time(s) in milliseconds where we got more reads
96
best_times = [
0 commit comments