Skip to content

Commit 71cfced

Browse files
committed
PyLint Fix update
removed unused libraries
1 parent a5e63d8 commit 71cfced

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

LEGO_Carousel_PropMaker/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
#
33
# SPDX-License-Identifier: MIT
44

5-
import time
65
import board
76
import audiocore
87
import audiobusio
98
import audiomixer
10-
from digitalio import DigitalInOut, Direction, Pull
9+
from digitalio import DigitalInOut, Direction
1110
import pwmio
1211
import neopixel
1312
from adafruit_led_animation.animation.rainbow import Rainbow

0 commit comments

Comments
 (0)