Skip to content

Commit 43bee28

Browse files
committed
Ignore missing member
1 parent 90ae502 commit 43bee28

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/pyportal.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
import os
22
import time
33
import board
4-
import displayio
54
import pulseio
6-
75
import microcontroller
6+
import displayio
87

98
from adafruit_bitmap_font import bitmap_font
109
from adafruit_display_text.text_area import TextArea
1110

12-
backlight = pulseio.PWMOut(microcontroller.pin.PB21)
11+
backlight = pulseio.PWMOut(microcontroller.pin.PB21) #pylint: disable=no-member
1312

1413
max_brightness = 2 ** 15
1514

0 commit comments

Comments
 (0)