Each skip file has been populated with the pylint errors I actually got locally when checking the file.
3 lines
458 B
Text
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)
|