Clean up pylint warnings

This commit is contained in:
Dave Astels 2018-07-19 19:46:47 -04:00
parent fb85ab14e7
commit 3c45d58fc3
3 changed files with 1 additions and 3 deletions

View file

@ -12,9 +12,7 @@ Licensed under the MIT license.
All text above must be included in any redistribution.
"""
import time
import board
from adafruit_circuitplayground.express import cpx
from adafruit_hid.keyboard import Keyboard
from adafruit_hid.keycode import Keycode
from digitalio import DigitalInOut, Direction, Pull

View file

@ -12,7 +12,6 @@ Licensed under the MIT license.
All text above must be included in any redistribution.
"""
import time
from adafruit_circuitplayground.express import cpx
from adafruit_hid.keyboard import Keyboard
from adafruit_hid.keycode import Keycode

View file

@ -11,6 +11,7 @@ Licensed under the MIT license.
All text above must be included in any redistribution.
"""
# pylint: disable=unused-import
import time
from adafruit_circuitplayground.express import cpx