Skip to content

Commit a90579e

Browse files
authored
Merge pull request #60 from dhalbert/no-pypixelbuf
remove support for pypixelbuf
2 parents a313e87 + fdc63e8 commit a90579e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

adafruit_dotstar.py

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@
1616
import busio
1717
import digitalio
1818

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
19+
import adafruit_pixelbuf
2620

2721
try:
2822
from typing import Optional, Type

0 commit comments

Comments
 (0)