```ts import { something, unused } from "something"; ``` Should work to go to: ```ts import { something } from "something"; ```