Skip to content

Commit 196f396

Browse files
committed
Remove pylint disable.
1 parent 59db334 commit 196f396

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_tsl2561.py

-2
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ def integration_time(self, value):
159159
i2c.write(self.buf, end=2)
160160

161161
def _compute_lux(self):
162-
# pylint: disable=chained-comparison
163-
# Disable should be removed when refactor can be tested
164162
"""Based on datasheet for FN package."""
165163
ch0, ch1 = self.luminosity
166164
if ch0 == 0:

0 commit comments

Comments
 (0)