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

imports should be sorted #8

Closed
r-barnes opened this issue Jun 26, 2020 · 1 comment
Closed

imports should be sorted #8

r-barnes opened this issue Jun 26, 2020 · 1 comment

Comments

@r-barnes
Copy link
Contributor

Import should be sorted alphabetically and grouped, per the pep8 style guide (link).

Imports are always put at the top of the file, just after any module comments and docstrings, and before module globals and constants.

Imports should be grouped in the following order:

Standard library imports.
Related third party imports.
Local application/library specific imports.
You should put a blank line between each group of imports.

Problems include, but are not limited to this.

openjournals/joss-reviews#2276

@KevinShook
Copy link
Contributor

Done!

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

2 participants