diff --git a/adafruit_ssd1306.py b/adafruit_ssd1306.py index 8a56b06..a95d815 100644 --- a/adafruit_ssd1306.py +++ b/adafruit_ssd1306.py @@ -41,7 +41,6 @@ __version__ = "0.0.0-auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SSD1306.git" -# pylint: disable-msg=bad-whitespace # register definitions SET_CONTRAST = const(0x81) SET_ENTIRE_ON = const(0xA4) @@ -60,7 +59,6 @@ SET_PRECHARGE = const(0xD9) SET_VCOM_DESEL = const(0xDB) SET_CHARGE_PUMP = const(0x8D) -# pylint: enable-msg=bad-whitespace class _SSD1306(framebuf.FrameBuffer):