Skip to content

Commit 41b6784

Browse files
committed
updating sphinx
1 parent bf25ac5 commit 41b6784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circuitpython_uplot/uplot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
__repo__ = "https://github.com/jposada202020/CircuitPython_uplot.git"
4242

4343

44-
class Uplot:
44+
class Uplot(displayio.Group):
4545
"""
4646
Canvas Class to add different elements to the screen.
4747
The origin point set by ``x`` and ``y`` properties

0 commit comments

Comments
 (0)