Skip to content

Commit 5e37d7d

Browse files
disable pylint error
1 parent d842e79 commit 5e37d7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/bno055_calibrator.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
import adafruit_bno055
2626

2727

28+
# pylint: disable=too-few-public-methods
2829
class Mode:
2930
CONFIG_MODE = 0x00
3031
ACCONLY_MODE = 0x01

0 commit comments

Comments
 (0)