Skip to content

Commit

Permalink
Merge pull request #17 from brentru/fix-for-pylint
Browse files Browse the repository at this point in the history
Remove subclassing
  • Loading branch information
evaherrada authored Mar 9, 2020
2 parents d63c78f + 284866a commit 5b62dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adafruit_cursorcontrol/cursorcontrol.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
__version__ = "0.0.0-auto.0"
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_Cursor.git"

class Cursor(object):
class Cursor():
"""Mouse cursor interaction for CircuitPython.
:param ~displayio.Display display: CircuitPython display object.
Expand Down

0 comments on commit 5b62dc9

Please sign in to comment.