Add comment about typing imports

This commit is contained in:
Tyler Crumpton 2021-10-29 15:01:42 -05:00
parent 89c292dc82
commit 803aba0a5b

View file

@ -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