derive-unused-imports
IN premise
Dead code observation (`subprocess`, `sys`, `Path` imported but unused) — unstable detail that will change when cleaned up.
Summary
Some Python imports like subprocess, sys, and Path are sitting in the code without being used anywhere. This is a minor cleanup issue that will naturally go away once someone removes the dead imports, so it shouldn't be treated as a stable or lasting property of the codebase.
Details
| Source | entries/2026/04/24/reasons_lib-derive.md |