We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 587da54 + fb6a52f commit 850c3dcCopy full SHA for 850c3dc
adafruit_st7789.py
@@ -60,5 +60,5 @@
60
class ST7789(displayio.Display):
61
"""ST7789 driver"""
62
63
- def __init__(self, bus, **kwargs):
+ def __init__(self, bus, **kwargs) -> None:
64
super().__init__(bus, _INIT_SEQUENCE, **kwargs)
0 commit comments