From f286dcd5b032aff3f935ce4287968575885f0d07 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sun, 23 Aug 2020 11:01:51 -0500 Subject: [PATCH] remove bad-whitespace pylint directive --- adafruit_lis2mdl.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_lis2mdl.py b/adafruit_lis2mdl.py index 50316e6..0eadfb6 100644 --- a/adafruit_lis2mdl.py +++ b/adafruit_lis2mdl.py @@ -59,7 +59,6 @@ __version__ = "0.0.0-auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LIS2MDL.git" -# pylint: disable=bad-whitespace _ADDRESS_MAG = const(0x1E) # (0x3C >> 1) // 0011110x @@ -101,7 +100,6 @@ class DataRate: # pylint: disable=too-few-public-methods OUTZ_L_REG = 0x6C OUTZ_H_REG = 0x6D -# pylint: enable=bad-whitespace _MAG_SCALE = 0.15 # 1.5 milligauss/LSB * 0.1 microtesla/milligauss