Add comment about typing imports
This commit is contained in:
parent
89c292dc82
commit
803aba0a5b
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ except ImportError:
|
|||
import adafruit_framebuf as framebuf
|
||||
|
||||
try:
|
||||
# Used only for typing
|
||||
from typing import Optional
|
||||
from digitalio import DigitalInOut
|
||||
from busio import I2C, SPI
|
||||
|
|
|
|||
Loading…
Reference in a new issue