Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
makermelissa committed Jan 16, 2025
1 parent 527c454 commit 5333af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neopixel_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# pylint: disable=too-many-boolean-expressions, ungrouped-imports
import sys

from adafruit_blinka.agnostic import detector, board_id
from adafruit_blinka.agnostic import detector

if detector.board.any_raspberry_pi:
if detector.board.any_raspberry_pi_5_board:
Expand Down

0 comments on commit 5333af8

Please sign in to comment.