mirror of
https://github.com/astral-sh/uv
synced 2026-01-26 07:50:16 -05:00
## Summary <!-- What's the purpose of the change? What does it do, and why? --> It removes the unused result when creating the Cache with the `from_path` constructor. I don't believe it does any io operations any more at least.