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
I believe that since python now uses absolute imports, it should unambiguously import threading from the standard library and the diagnostic is incorrect.
Steps to reproduce
cd mdanalysis/package && pylint MDAnalysis
Current behavior
Empty function with a pass statement fails the lint. See for example
Corresponding failing travis job
and issue MDAnalysis/mdanalysis#2148
Expected behavior
Code is fine
pylint --version output
https://travis-ci.org/MDAnalysis/mdanalysis/jobs/460318184#L681
This only happens with the newest version. Older versions of pylint do not report an error.
The text was updated successfully, but these errors were encountered: