Hacker News new | ask | show | jobs
by albalbalb 1891 days ago
is there something similar to this for python
1 comments

Unless you're importing *, pylint will tell you about both missing imports and unused ones.
thanks