Skip to content

Commit 38561c4

Browse files
authored
change indent to make pylint happy
is it happy now?
1 parent 5d5fdf4 commit 38561c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/tsl2561_simpletest.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
print("Broadband = {}".format(broadband))
4545
print("Infrared = {}".format(infrared))
4646
if lux != None:
47-
print("Lux = {}".format(lux))
47+
print("Lux = {}".format(lux))
4848
else:
49-
print("Lux = NaN")
49+
print("Lux = NaN")
5050

5151
# Disble the light sensor (to save power)
5252
tsl.enabled = False

0 commit comments

Comments
 (0)