summaryrefslogtreecommitdiffstats
path: root/tools/unused_imports.sh
blob: 0e0294517d27848df73fae9e960ec4937b18af7c (plain)
1
2
3
4
#!/bin/sh

#snakefood sfood-checker detects even more unused imports
! pyflakes nova/ | grep "imported but unused"