~/vyos-1x [current] # git ls-files *.py | xargs pylint | grep W0611 | wc -l 231
The current codebase has 231 unused python module imports - clean them up.
In addition add a GitHub action running this command for every pull request, as it's to slow for every make run.