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

PR: Remove Python 2 compatibility code #179

Merged
merged 4 commits into from
Jul 20, 2022

Commits on Jun 30, 2022

  1. Simplify calls to super()

    The code is no longer compatible with Python 2, so we can call super()
    without arguments.
    jitseniesen committed Jun 30, 2022
    Configuration menu
    Copy the full SHA
    47db6ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    03a6b2b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. Configuration menu
    Copy the full SHA
    ba8c6e3 View commit details
    Browse the repository at this point in the history
  2. Remove Python 2 imports

    jitseniesen committed Jul 1, 2022
    Configuration menu
    Copy the full SHA
    79322ed View commit details
    Browse the repository at this point in the history