Run pre-commit

This commit is contained in:
Tekktrik 2023-05-10 22:35:00 -04:00
parent a02380888e
commit 9f1c3b7750

View file

@ -65,6 +65,7 @@ _START_SEQUENCE = (
_STOP_SEQUENCE = b"\x02\x01\x17" # Power off
# pylint: disable=too-few-public-methods
class IL91874(displayio.EPaperDisplay):
"""IL91874 display driver"""