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

Follows PEP 8 Python code convention and format #20

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

Commits on Nov 16, 2019

  1. - Replace comparisons with None from "==" to "is" and from "!=" to "i…

    …s not"
    
    - Drop unnecessary comparison, follows Python convention of default True value if a value is not None
    - Formatted with black
    bact committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    e59165c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ec8025e View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. sort imports

    bact committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    d5a6ad9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    911bce1 View commit details
    Browse the repository at this point in the history