Skip to content

Commit 803aba0

Browse files
committed
Add comment about typing imports
1 parent 89c292d commit 803aba0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

adafruit_ssd1305.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
import adafruit_framebuf as framebuf
4343

4444
try:
45+
# Used only for typing
4546
from typing import Optional
4647
from digitalio import DigitalInOut
4748
from busio import I2C, SPI

0 commit comments

Comments
 (0)