Skip to content

Commit 1f94daf

Browse files
authored
Wrap long line for psf/black
1 parent ee9eb68 commit 1f94daf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/ads1x15_fast_read.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@
4141

4242
rate_reported = SAMPLES / total_time
4343
rate_actual = (SAMPLES - repeats) / total_time
44-
# NOTE: leave input floating to pickup some random noise, this cannot estimate conversion rates higher than polling rate
44+
# NOTE: leave input floating to pickup some random noise
45+
# This cannot estimate conversion rates higher than polling rate
4546

4647
print("Took {:5.3f} s to acquire {:d} samples.".format(total_time, SAMPLES))
4748
print("")

0 commit comments

Comments
 (0)