Skip to content

Commit c0115d6

Browse files
authored
Handle missing bitmaptools in cartesian.py
1 parent abb6c35 commit c0115d6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

adafruit_displayio_layout/widgets/cartesian.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@
3333

3434
try:
3535
import bitmaptools
36-
except NameError:
37-
pass
38-
try:
3936
from typing import Tuple
4037
except ImportError:
4138
pass

0 commit comments

Comments
 (0)