synapse/tests/rest
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
..
admin Add the topic and avatar to the room details admin API (#8305) 2020-09-14 10:07:04 -04:00
client Allow appservice users to /login (#8320) 2020-09-18 14:55:13 +01:00
key
media
__init__.py
test_health.py
test_well_known.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00