Fix pylint complaints

This commit is contained in:
Dave Astels 2018-06-20 12:18:36 -04:00
parent 605d421c1b
commit 68ad7f7098

View file

@ -1,8 +1,6 @@
# See https://en.wikipedia.org/wiki/PID_controller
import time
import busio
import board
import time
from adafruit_seesaw.seesaw import Seesaw
from adafruit_seesaw.pwmout import PWMOut
from adafruit_motor import servo
@ -38,4 +36,3 @@ while True:
servo1.angle = ((-y / 10) + 1) * 90
time.sleep(0.1)