79286182

Date: 2024-12-16 22:13:49
Score: 1
Natty:
Report link

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.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user5792628