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

Standard import "import io" should be placed before "from setuptools… #167

Merged
merged 5 commits into from
Nov 29, 2017

Commits on Nov 29, 2017

  1. Standard import "import io" should be placed before "from setuptools …

    …import setup, find_packages" (wrong-import-order). Also fix continued line indentation. These issues are found from using Pylint https://www.pylint.org/
    jbampton committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    9bcd240 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a46a70 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    43a397b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eab2890 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb8728d View commit details
    Browse the repository at this point in the history