From f17660a7dac25ca0041759b27637ccced3fef1f6 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_fxas21002c.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_fxas21002c.py b/adafruit_fxas21002c.py index b920f0d..a52efc4 100644 --- a/adafruit_fxas21002c.py +++ b/adafruit_fxas21002c.py @@ -60,7 +60,6 @@ # Internal constants and register values: -# pylint: disable=bad-whitespace _FXAS21002C_ADDRESS = const(0x21) # 0100001 _FXAS21002C_ID = const(0xD7) # 1101 0111 _GYRO_REGISTER_STATUS = const(0x00) @@ -84,7 +83,6 @@ GYRO_RANGE_500DPS = 500 GYRO_RANGE_1000DPS = 1000 GYRO_RANGE_2000DPS = 2000 -# pylint: enable=bad-whitespace class FXAS21002C: