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

PEP 8 fixes #34

Open
wants to merge 17 commits into
base: master
Choose a base branch
from
Open

PEP 8 fixes #34

wants to merge 17 commits into from

Commits on Jun 3, 2016

  1. Persentage -> Percentage

    Laurie Clark-Michalek authored and pilona committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    9dbaf3e View commit details
    Browse the repository at this point in the history
  2. Imports should come first.

    pilona committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    a7e002d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    13e838c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    270eed1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd77080 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    63ae707 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b30647c View commit details
    Browse the repository at this point in the history
  8. Overly long line fixes.

    pilona committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    c9aa648 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dd3c74c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c493d10 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d90a686 View commit details
    Browse the repository at this point in the history
  12. Operator spacing fixes.

    pilona committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    d51e63f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ca065cb View commit details
    Browse the repository at this point in the history
  14. Remove needless legacy anyway formatting.

    print() will str() it. And percent formatting is brittle. This also
    makes it more consistent with the context.
    pilona committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    a160b57 View commit details
    Browse the repository at this point in the history
  15. Quote consistency fix.

    pilona committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    9f5baa6 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    92477e4 View commit details
    Browse the repository at this point in the history
  17. Multiline list and generator comprehension style fixes.

    You don't need the backslash anyway.
    pilona committed Jun 3, 2016
    Configuration menu
    Copy the full SHA
    f824772 View commit details
    Browse the repository at this point in the history