Skip to content

Commit 87b5b2d

Browse files
author
ladyada
committed
fix pylint error
1 parent 1a52ec3 commit 87b5b2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/lsm6ds_pedometer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
import time
66
import board
77
import busio
8+
#pylint:disable=no-member
89
from adafruit_lsm6ds import LSM6DS33, Rate, AccelRange
910

1011
i2c = busio.I2C(board.SCL, board.SDA)

0 commit comments

Comments
 (0)