You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.