Skip to content

Commit e4aeb41

Browse files
committed
# TODO Make axes, separate from data [X] - Import Order
# TODO Replace with drawline/vectorio [ ] # TODO Make a rectangle function [ ] # TODO Include functions to equal space ticks [ ] # TODO Make labels and text [ ] # TODO Make Styles applicable [ ] # TODO Animate when overflow [ ]
1 parent e8e67c0 commit e4aeb41

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

adafruit_displayio_layout/widgets/cartesian.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,8 @@
2828
import displayio
2929
import board
3030
import terminalio
31-
from adafruit_displayio_layout.widgets.widget import Widget
3231
import vectorio
33-
32+
from adafruit_displayio_layout.widgets.widget import Widget
3433
try:
3534
import bitmaptools
3635
except NameError:

0 commit comments

Comments
 (0)