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.
2 parents d63c78f + 284866a commit 5b62dc9Copy full SHA for 5b62dc9
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