Skip to content

Commit

Permalink
disable pylint error
Browse files Browse the repository at this point in the history
  • Loading branch information
CedarGroveStudios committed Oct 22, 2023
1 parent d842e79 commit 5e37d7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/bno055_calibrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
import adafruit_bno055


# pylint: disable=too-few-public-methods
class Mode:
CONFIG_MODE = 0x00
ACCONLY_MODE = 0x01
Expand Down

0 comments on commit 5e37d7d

Please sign in to comment.