We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bc1ffe commit 284866aCopy full SHA for 284866a
adafruit_cursorcontrol/cursorcontrol.py
@@ -42,7 +42,7 @@
42
__version__ = "0.0.0-auto.0"
43
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Cursor.git"
44
45
-class Cursor(object):
+class Cursor():
46
"""Mouse cursor interaction for CircuitPython.
47
48
:param ~displayio.Display display: CircuitPython display object.
0 commit comments