From faf139c62a503718eb49263dd9e0aa421970ecab 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_mprls.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_mprls.py b/adafruit_mprls.py index 29596ca..877d3ae 100644 --- a/adafruit_mprls.py +++ b/adafruit_mprls.py @@ -52,9 +52,7 @@ from digitalio import Direction from micropython import const -# pylint: disable=bad-whitespace _MPRLS_DEFAULT_ADDR = const(0x18) -# pylint: enable=bad-whitespace class MPRLS: