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
importlib.metadata.Distribution was always meant to be a proper ABC with
API enforcement, but this enforcement was never added (probably due to
Python 2.7 compatibility concerns). Upstream would like to fix this
wart, so let's define a locate_file() method that simply raises
NotImplementedError as permitted.
Co-authored-by: Stéphane Bidoul <[email protected]>
Co-authored-by: Richard Si <[email protected]>
0 commit comments