In my project folder that contains 89 files. I created a new file called unused.py In that file I put the following:
# Why can't I find a tool that detects this file is not used ? # print("Nothing")
Vulture did not find this file.