From 4b3e67e8ab77caa15f1cb1cfb3469fa8f6146d17 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sun, 23 Aug 2020 11:01:52 -0500 Subject: [PATCH] remove bad-whitespace pylint directive --- adafruit_trellis.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_trellis.py b/adafruit_trellis.py index 4b03f41..e16a433 100644 --- a/adafruit_trellis.py +++ b/adafruit_trellis.py @@ -53,7 +53,6 @@ from adafruit_bus_device import i2c_device # HT16K33 Command Contstants -# pylint: disable=bad-whitespace, invalid-name _HT16K33_OSCILATOR_ON = const(0x21) _HT16K33_BLINK_CMD = const(0x80) _HT16K33_BLINK_DISPLAYON = const(0x01) @@ -99,7 +98,6 @@ 0x11, 0x31, ) -# pylint: enable=bad-whitespace, invalid-name # pylint: disable=missing-docstring, protected-access class TrellisLEDs: def __init__(self, trellis_obj):