Skip to content

Commit d8e5345

Browse files
authored
Merge pull request #48 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 69c811e + 8d77766 commit d8e5345

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_ssd1306.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@
4141
__version__ = "0.0.0-auto.0"
4242
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SSD1306.git"
4343

44-
# pylint: disable-msg=bad-whitespace
4544
# register definitions
4645
SET_CONTRAST = const(0x81)
4746
SET_ENTIRE_ON = const(0xA4)
@@ -60,7 +59,6 @@
6059
SET_PRECHARGE = const(0xD9)
6160
SET_VCOM_DESEL = const(0xDB)
6261
SET_CHARGE_PUMP = const(0x8D)
63-
# pylint: enable-msg=bad-whitespace
6462

6563

6664
class _SSD1306(framebuf.FrameBuffer):

0 commit comments

Comments
 (0)