Skip to content

Pylint 2.x doesn't like passing object into class #16

Closed
@evaherrada

Description

@evaherrada

Pylint 2.x says this:

************* 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)

The line referenced:

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions