Skip to content

Commit a0daeca

Browse files
Melissa LeBlanc-WilliamsMelissa LeBlanc-Williams
Melissa LeBlanc-Williams
authored and
Melissa LeBlanc-Williams
committed
Linting
1 parent 45ffb43 commit a0daeca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/featherwing_tempmotion_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
temp_motion = tempmotion_featherwing.TempMotionFeatherWing()
99
temp_motion.enable_tap_detection()
1010
while True:
11-
if (temp_motion.events['tap']):
11+
if temp_motion.events['tap']:
1212
print("The temperature is %f"%temp_motion.temperature)
1313
time.sleep(1)

0 commit comments

Comments
 (0)