Skip to content

Commit 03863eb

Browse files
committed
Making pylint less mad
1 parent 9615d0d commit 03863eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

CircuitPython_Pyloton/pyloton.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,8 @@ class Pyloton:
9595

9696
track_artist = True
9797

98+
clue = clue()
99+
98100
i = 0
99101
j = 0
100102

@@ -442,7 +444,7 @@ def setup_display(self):
442444
self.display.show(self.splash)
443445
while len(self.loading_group):
444446
self.loading_group.pop()
445-
self.clue = clue()
447+
446448

447449

448450
def update_display(self):

0 commit comments

Comments
 (0)