Skip to content

Commit 19b12e9

Browse files
committed
lint
1 parent aa6da23 commit 19b12e9

File tree

1 file changed

+1
-2
lines changed
  • CircuitPython_Talking_Adabot_Clock

1 file changed

+1
-2
lines changed

CircuitPython_Talking_Adabot_Clock/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@
88
import audiocore
99
import audiobusio
1010
import audiomixer
11-
import pwmio
1211
import adafruit_ds3231
13-
from digitalio import DigitalInOut, Direction, Pull
12+
from digitalio import DigitalInOut, Direction
1413
import neopixel
1514
import keypad
1615

0 commit comments

Comments
 (0)