Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Simplify super() calls to Python 3 syntax. #8344

Merged
merged 3 commits into from
Sep 18, 2020
Merged

Simplify super() calls to Python 3 syntax. #8344

merged 3 commits into from
Sep 18, 2020

Commits on Sep 17, 2020

  1. Simplify super() calls to Python 3 syntax.

    Changes were made with sed:
    
        sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
    clokep committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    dbed7db View commit details
    Browse the repository at this point in the history
  2. Add changelog.

    clokep committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    1196cb4 View commit details
    Browse the repository at this point in the history
  3. Lint.

    clokep committed Sep 17, 2020
    Configuration menu
    Copy the full SHA
    70a049f View commit details
    Browse the repository at this point in the history