0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-10-04 23:48:57 +02:00
Commit graph

1 commit

Author SHA1 Message Date
Patrick Cloke
8a4a4186de
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
2020-09-18 09:56:44 -04:00