Run pre-commit

This commit is contained in:
Tekktrik 2023-05-10 22:45:00 -04:00
parent 9b8f78efac
commit 2c935a3d1c

View file

@ -51,6 +51,7 @@ _START_SEQUENCE = (
_STOP_SEQUENCE = b"\x10\x01\x01" # Enter deep sleep
# pylint: disable=too-few-public-methods
class SSD1675(displayio.EPaperDisplay):
"""SSD1675 driver"""