Bash
pip install pyflakes
echo "import uuid" > test.py
pyflakes test.py
test.py:1: 'uuid' imported but unused