Skip to content

Commit 94af18b

Browse files
committed
Removed deprecated pylint disable 'bad-whitespace'
1 parent 70516fd commit 94af18b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

adafruit_as7341.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
from adafruit_register.i2c_bit import RWBit
4242
from adafruit_register.i2c_bits import ROBits, RWBits
4343

44-
# pylint: disable=bad-whitespace
4544
_AS7341_DEVICE_ID = const(0b001001) # Correct content of WHO_AM_I register
4645
_AS7341_I2CADDR_DEFAULT = const(0x39) # AS7341 default i2c address
4746
_AS7341_CHIP_ID = const(0x09) # AS7341 default device id from WHOAMI

0 commit comments

Comments
 (0)