Closed vyahello closed 6 years ago
Pylint static analysis tool is raising an Unused variable '__class__' (unused-variable) warning anywhere where class operator is defined.
Unused variable '__class__' (unused-variable)
class
One of proposed solution here is to upgrade pylint tool with the latest version.
pylint
@extsoft work in progress.
@extsoft PR https://github.com/tatools/demo-python/pull/42 is opened regarding this issue.
Pylint static analysis tool is raising an
Unused variable '__class__' (unused-variable)
warning anywhere whereclass
operator is defined.One of proposed solution here is to upgrade
pylint
tool with the latest version.