Skip to content

Commit b56b206

Browse files
committed
fix pylint override
1 parent 551e78f commit b56b206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ble_heart_rate_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
from adafruit_ble_heart_rate import HeartRateService
1212

1313
# PyLint can't find BLERadio for some reason so special case it here.
14-
radio = BLERadio() # pylint: disable=no-member
14+
radio = BLERadio() # pylint: disable=no-name-in-module
1515

1616
hr_connection = None
1717
# Start with a fresh connection.

0 commit comments

Comments
 (0)