pipx
pipx copied to clipboard
Change VenvInspectInformation.distributions to be type `Iterable[metadata.Distribution]`
How would this feature be useful?
Change VenvInspectInformation.distributions in venv_inspect.py to be type Iterable[metadata.Distribution]. (Or whatever type importlib.metadata.distributions() returns.)
So we don't have to cast it to a list() which is unnecessary.