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
That line is something else; it both uses _ as a variable (oh dear), and does nothing that the default __all__ already doesn't already do (* already pulls everything that doesn't start with _)...
This appears to be fixed with the latest release of Pylance (2022.1.0) and has also been fixed upstream in librosa/librosa#1430. So I will close this issue.
Environment data
Expected behaviour
The methods will have correct Intellisense information.
Actual behaviour
The methods have no Intellisense information apart from

load: Any
:Logs
Python Language Server Log
Code Snippet / Additional information
I suspect this is related to #289 since each of librosa's submodules has something like:
The text was updated successfully, but these errors were encountered: