You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
************* Module adafruit_cursorcontrol.cursorcontrol
adafruit_cursorcontrol/cursorcontrol.py:46:0: R0205: Class 'Cursor' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
Pylint 2.x says this:
The line referenced:
Adafruit_CircuitPython_CursorControl/adafruit_cursorcontrol/cursorcontrol.py
Line 45 in 787b7cf
I'm not sure why object is passed in, but I'm interested to find out why it was done.
Referencing main issue: adafruit/Adafruit_CircuitPython_Bundle#232
The text was updated successfully, but these errors were encountered: