Skip to content

Commit 785a0a2

Browse files
committed
Add Missing Type Annotations
1 parent 0365272 commit 785a0a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_displayio_sh1107.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class SH1107(displayio.Display):
146146

147147
def __init__(
148148
self,
149-
bus: Union[displayio.I2CDisplay, displayio.Fourwire],
149+
bus: Union[displayio.I2CDisplay, displayio.FourWire],
150150
display_offset: int = DISPLAY_OFFSET_ADAFRUIT_FEATHERWING_OLED_4650,
151151
rotation: int = 0,
152152
**kwargs

0 commit comments

Comments
 (0)