Skip to content

Commit 077dd70

Browse files
committed
Added except clause.
1 parent eb4391f commit 077dd70

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

adafruit_epd/ssd1680.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
from busio import SPI
2121
from digitalio import DigitalInOut
2222

23+
except ImportError:
24+
pass
25+
2326
__version__ = "0.0.0+auto.0"
2427
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"
2528

0 commit comments

Comments
 (0)