From d66e5da8715c3c9ff6a553a2ae09a937aa906b1b 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_vc0706.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/adafruit_vc0706.py b/adafruit_vc0706.py index 89895d8..995584e 100644 --- a/adafruit_vc0706.py +++ b/adafruit_vc0706.py @@ -47,7 +47,6 @@ __version__ = "0.0.0-auto.0" __repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VC0706.git" -# pylint: disable=bad-whitespace _SERIAL = const(0x00) _RESET = const(0x26) _GEN_VERSION = const(0x11) @@ -92,7 +91,6 @@ __GET_ZOOM = const(0x53) _CAMERA_DELAY = const(10) -# pylint: enable=bad-whitespace class VC0706: