tatools / demo-python

A demo of Python's project with automated tests.
Apache License 2.0
1 stars 0 forks source link

Fix pylint "Unused variable '__class__' (unused-variable)" warning #40

Closed vyahello closed 6 years ago

vyahello commented 6 years ago

Pylint static analysis tool is raising an Unused variable '__class__' (unused-variable) warning anywhere where class operator is defined.

One of proposed solution here is to upgrade pylint tool with the latest version.

vyahello commented 6 years ago

@extsoft work in progress.

vyahello commented 6 years ago

@extsoft PR https://github.com/tatools/demo-python/pull/42 is opened regarding this issue.