basedpyright
basedpyright copied to clipboard
Code action to fix `reportUnusedImport`
There's currently a code action to automatically import, but there's no code action to automatically "un-import". The latter is unambiguous, so it's a pretty good candidate for there to be a code action for it.
Current Behavior: <Code Action Hotkey> does nothing
Ideal Behavior: <Code Action Hotkey> removes the unused import.