Skip to content

Commit 05b4166

Browse files
authored
Merge pull request #11 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents e54ee0b + 1420a94 commit 05b4166

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_ssd1305.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
__version__ = "0.0.0-auto.0"
6262
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_SSD1305.git"
6363

64-
# pylint: disable-msg=bad-whitespace
6564
# register definitions
6665
SET_CONTRAST = const(0x81)
6766
SET_ENTIRE_ON = const(0xA4)
@@ -84,7 +83,6 @@
8483
SET_PRECHARGE = const(0xD9)
8584
SET_VCOM_DESEL = const(0xDB)
8685
SET_CHARGE_PUMP = const(0x8D)
87-
# pylint: enable-msg=bad-whitespace
8886

8987

9088
class _SSD1305(framebuf.FrameBuffer):

0 commit comments

Comments
 (0)