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

Flake8 black changes #803

Closed
wants to merge 2 commits into from
Closed

Commits on Dec 4, 2022

  1. updates for python 3

     - removed unnecessary inheritance from object
     - removed unnecessary u prefix for strings
     - sorted some imports
    - converted strings into f-strings
    - simplified a conditional
    marksmayo committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    10ae8c3 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. formatted by black and some flake 8 changes

    A simple way of consistently tidying the codebase.
    marksmayo committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    2f1d40b View commit details
    Browse the repository at this point in the history