chore: clean imports#725
Conversation
|
!bench |
|
Benchmark results for eab0bc8 against 9d42aaa are in. No significant results found. @felixpernegger
Medium changes (4✅)
Small changes (8✅)
|
|
!bench |
|
Benchmark results for 9a35cbc against 9d42aaa are in. No significant results found. @felixpernegger
No significant changes detected. |
|
There difference between the two benches comes from whether including init or not. |
|
TLDR: I'd be open to adding periodic CI for this, but would prefer it use the new More detailed version:
|
I agree |
|
Is this still mergable as a one-off-thing maybe (since it is reducing imports after all) or do you prefer this to be closed? |
This PR removes all redundant imports (keeps imports makred --shake etc), and sorts all alphabetically. Reduces imports by about 10%.
Done with vibecoded script here.
I think it would be a good practice to run this automatically once a month or so. Right now it is still pretty quick, like 30min on my laptop.