Skip to content

Commit 3cd51f0

Browse files
authored
Merge pull request #15 from jepler/remove-bad-whitespace-directive
remove bad-whitespace pylint directive
2 parents 8492fd5 + d66e5da commit 3cd51f0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_vc0706.py

-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@
4747
__version__ = "0.0.0-auto.0"
4848
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_VC0706.git"
4949

50-
# pylint: disable=bad-whitespace
5150
_SERIAL = const(0x00)
5251
_RESET = const(0x26)
5352
_GEN_VERSION = const(0x11)
@@ -92,7 +91,6 @@
9291
__GET_ZOOM = const(0x53)
9392

9493
_CAMERA_DELAY = const(10)
95-
# pylint: enable=bad-whitespace
9694

9795

9896
class VC0706:

0 commit comments

Comments
 (0)