Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore imports placed at the bottom of the file #54

Open
char101 opened this issue Aug 28, 2014 · 0 comments
Open

Ignore imports placed at the bottom of the file #54

char101 opened this issue Aug 28, 2014 · 0 comments

Comments

@char101
Copy link

char101 commented Aug 28, 2014

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant