Skip to content

Commit 1f8de0b

Browse files
authored
Merge pull request #16 from dhalbert/no-pypixelbuf
remove support for pypixelbuf and _pixelbuf
2 parents d1b5dc4 + 7dfb542 commit 1f8de0b

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

adafruit_is31fl3741/is31fl3741_pixelbuf.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,7 @@
1515
* Author(s): Mark Komus, Damien P. George, Scott Shawcroft, Carter Nelson, Rose Hooper
1616
"""
1717

18-
# pylint: disable=ungrouped-imports
19-
try:
20-
import adafruit_pixelbuf
21-
except ImportError:
22-
try:
23-
import _pixelbuf as adafruit_pixelbuf
24-
except ImportError:
25-
import adafruit_pypixelbuf as adafruit_pixelbuf
26-
18+
import adafruit_pixelbuf
2719

2820
try:
2921
# Used only for typing

0 commit comments

Comments
 (0)