Skip to content

CLN: move import to top of file #8922

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

Merged
merged 1 commit into from
Nov 29, 2014

Conversation

aevri
Copy link
Contributor

@aevri aevri commented Nov 29, 2014

For consistency with PEP8:

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

For consistency with [PEP8][1]:

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

[1]: https://www.python.org/dev/peps/pep-0008#id17
jorisvandenbossche added a commit that referenced this pull request Nov 29, 2014
@jorisvandenbossche jorisvandenbossche merged commit 99a7318 into pandas-dev:master Nov 29, 2014
@jorisvandenbossche
Copy link
Member

Your first PR is merged! Thanks

@aevri aevri deleted the refactor/move_import branch December 3, 2014 22:40
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

Successfully merging this pull request may close these issues.

2 participants