Clean up pylint warnings
This commit is contained in:
parent
fb85ab14e7
commit
3c45d58fc3
3 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue