Skip to content

Commit 8ef7456

Browse files
author
Melissa LeBlanc-Williams
committed
readded pylint
1 parent e854aeb commit 8ef7456

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/slideshow_simpletest.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import board
22
import pulseio
33
from adafruit_slideshow import PlayBackOrder, SlideShow
4+
#pylint: disable=no-member
45

56
# Create the slideshow object that plays through once alphabetically.
67
slideshow = SlideShow(board.DISPLAY, pulseio.PWMOut(board.TFT_BACKLIGHT), folder="/",

examples/slideshow_touch.py

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import pulseio
33
import touchio
44
from adafruit_slideshow import SlideShow, PlayBackDirection
5+
#pylint: disable=no-member
56

67
forward_button = touchio.TouchIn(board.TOUCH4)
78
back_button = touchio.TouchIn(board.TOUCH1)

0 commit comments

Comments
 (0)