Skip to content

Commit 02e24a7

Browse files
committed
Remove TODO
1 parent 5bcc11f commit 02e24a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_si1145.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class SI1145:
6464
"""Driver for the SI1145 UV, IR, Visible Light Sensor."""
6565

6666
_device_info = Struct(SI1145_PART_ID, "<BBB")
67-
_ucoeff_0 = Struct(_COEFF_0, "<B") # TODO: const(coeff)
67+
_ucoeff_0 = Struct(_COEFF_0, "<B")
6868
_ucoeff_1 = Struct(_COEFF_1, "<B")
6969
_ucoeff_2 = Struct(_COEFF_2, "<B")
7070
_ucoeff_3 = Struct(_COEFF_3, "<B")

0 commit comments

Comments
 (0)