We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf3a570 commit 0b5469bCopy full SHA for 0b5469b
adafruit_sharpmemorydisplay.py
@@ -31,6 +31,8 @@
31
32
33
try:
34
+ # pylint: disable=unused-import
35
+ import typing
36
from busio import SPI
37
from digitalio import DigitalInOut
38
from circuitpython_typing.pil import Image
0 commit comments