Skip to content

Commit 284866a

Browse files
author
brentru
committed
remove subclassing
1 parent 9bc1ffe commit 284866a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_cursorcontrol/cursorcontrol.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
__version__ = "0.0.0-auto.0"
4343
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Cursor.git"
4444

45-
class Cursor(object):
45+
class Cursor():
4646
"""Mouse cursor interaction for CircuitPython.
4747
4848
:param ~displayio.Display display: CircuitPython display object.

0 commit comments

Comments
 (0)