Adafruit_Learning_System_Gu.../RasPi_Low_Light_Camera/.circuitpython.skip
Jeff Epler a426be25e1 Add 141 skip files
Each skip file has been populated with the pylint errors I actually got locally
when checking the file.
2021-08-11 14:02:31 -05:00

3 lines
458 B
Text

RasPi_Low_Light_Camera/lowlight.py 2: standard import "import time" should be placed before "from picamera import PiCamera" (wrong-import-order)
RasPi_Low_Light_Camera/lowlight.py 3: standard import "from fractions import Fraction" should be placed before "from picamera import PiCamera" (wrong-import-order)
RasPi_Low_Light_Camera/lowlight.py 4: standard import "import datetime" should be placed before "from picamera import PiCamera" (wrong-import-order)