Skip to content

Commit 5b62dc9

Browse files
authored
Merge pull request #17 from brentru/fix-for-pylint
Remove subclassing
2 parents d63c78f + 284866a commit 5b62dc9

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)