Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
remove bad-whitespace pylint directive
  • Loading branch information
jepler committed Aug 23, 2020
commit d66e5da8715c3c9ff6a553a2ae09a937aa906b1b
2 changes: 0 additions & 2 deletions adafruit_vc0706.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -92,7 +91,6 @@
__GET_ZOOM = const(0x53)

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


class VC0706:
Expand Down