Skip to content

Commit 5333af8

Browse files
committed
Remove unused import
1 parent 527c454 commit 5333af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/neopixel_write.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# pylint: disable=too-many-boolean-expressions, ungrouped-imports
1414
import sys
1515

16-
from adafruit_blinka.agnostic import detector, board_id
16+
from adafruit_blinka.agnostic import detector
1717

1818
if detector.board.any_raspberry_pi:
1919
if detector.board.any_raspberry_pi_5_board:

0 commit comments

Comments
 (0)