deprecated.frosted icon indicating copy to clipboard operation
deprecated.frosted copied to clipboard

Ignore imports placed at the bottom of the file

Open char101 opened this issue 9 years ago • 0 comments

Hi,

Is is possible to ignore non-used imports placed at the bottom of the file, since I think it's pretty clear that these imports are used solely to include symbols into the module globals.

I know that I can list these symbols into __all__ but it means duplication and also __all__ is for import * which itself is not a recommended style.

char101 avatar Aug 28 '14 10:08 char101