Skip to content

Commit 2e38db7

Browse files
committed
Run pre-commit
1 parent 9043307 commit 2e38db7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/tmp006_simpletest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
import busio
77
import adafruit_tmp006
88

9+
910
# Define a function to convert celsius to fahrenheit.
1011
def c_to_f(c):
1112
return c * 9.0 / 5.0 + 32.0

0 commit comments

Comments
 (0)