dead_find_unused_imports
Scan a project directory to detect imported modules and symbols that are never used. Remove unused imports to keep code clean and maintainable.
Instructions
Find imported modules and symbols that are never used in the file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | No | ||
| directory | Yes | Project directory to scan |