unused-node-import-in-dangling-test
IN premise
Unstable trivia — an unused import is likely to be cleaned up and is not an architectural invariant.
Summary
This flags a minor code hygiene issue — an unused import sitting in a test file — and explicitly marks it as trivial and transient rather than something that reveals a deeper design problem. It exists so the system knows not to treat cleanup of this import as architecturally significant or to draw broader conclusions from it.
Details
| Source | entries/2026/04/29/tests-test_dangling_dependents.md |