Skip to content
Snippets Groups Projects
Unverified Commit 8a4a4186 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

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

This converts calls like super(Foo, self) -> super().

Generated with:

    sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
parent 68c7a693
No related branches found
No related tags found
No related merge requests found
Showing
with 48 additions and 55 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment