MatrixSynapse/synapse/groups
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
..
__init__.py Initial group server implementation 2017-07-10 15:44:15 +01:00
attestations.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
groups_server.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00