Skip to content

Commit ef3697a

Browse files
brentrubrentru
brentru
authored and
brentru
committed
remove useless object inherritance
1 parent fc5ffcc commit ef3697a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_cursorcontrol/cursorcontrol_cursormanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
# PyBadge & PyGamer
4242
PYBADGE_BUTTON_A = const(2)
4343

44-
class CursorManager(object):
44+
class CursorManager():
4545
"""Simple interaction user interface interaction for Adafruit_CursorControl.
4646
4747
:param adafruit_cursorcontrol cursor: The cursor object we are using.

0 commit comments

Comments
 (0)