Added except clause.
This commit is contained in:
parent
eb4391fb1a
commit
077dd70294
1 changed files with 3 additions and 0 deletions
|
|
@ -20,6 +20,9 @@ try:
|
||||||
from busio import SPI
|
from busio import SPI
|
||||||
from digitalio import DigitalInOut
|
from digitalio import DigitalInOut
|
||||||
|
|
||||||
|
except ImportError:
|
||||||
|
pass
|
||||||
|
|
||||||
__version__ = "0.0.0+auto.0"
|
__version__ = "0.0.0+auto.0"
|
||||||
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"
|
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_EPD.git"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue