Skip to content

Commit 594392e

Browse files
committed
linter linter linter
1 parent 24539d4 commit 594392e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

TFT_Gizmo_Dreidel/dreidel.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
import time
22
import random
3-
import board
43
import displayio
54
import adafruit_imageload
65
from adafruit_circuitplayground.bluefruit import cpb
76
from adafruit_gizmo import tft_gizmo
87

8+
#pylint: disable=bad-continuation
99
# define melody to play while spinning (freq, duration)
1010
melody = (
1111
# oh drei del drei del
@@ -22,6 +22,7 @@
2222
(330, 8), (294, 8), (262, 16),
2323
)
2424
melody_tempo = 0.02
25+
#pylint: enable=bad-continuation
2526

2627
# setup TFT Gizmo and main display group (splash)
2728
display = tft_gizmo.TFT_Gizmo()

0 commit comments

Comments
 (0)