From 3c0532390beb532c02f8ab7c87805dfc25f6e34f 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_dps310.py | 1 - 1 file changed, 1 deletion(-) diff --git a/adafruit_dps310.py b/adafruit_dps310.py index 6dd6a19..f72b0f4 100644 --- a/adafruit_dps310.py +++ b/adafruit_dps310.py @@ -64,7 +64,6 @@ _DPS310_PRODREVID = 0x0D # Register that contains the part ID _DPS310_TMPCOEFSRCE = 0x28 # Temperature calibration src -# pylint: enable=bad-whitespace # pylint: disable=no-member,unnecessary-pass