Closed hydrargyrum closed 1 year ago
autoimport is a tool for removing unused imports and adding missing imports (e.g. you use Collection but did not import it from typing, autoimport will add it!)
Collection
typing
Looks like a great addition! Would you be able to create a PR to add it?
autoimport is a tool for removing unused imports and adding missing imports (e.g. you use
Collection
but did not import it fromtyping
, autoimport will add it!)