MatrixSynapse/tests/replication
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
..
slave Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
tcp
__init__.py
_base.py
test_client_reader_shard.py
test_federation_ack.py
test_federation_sender_shard.py Allow for make_awaitable's return value to be re-used. (#8261) 2020-09-08 07:26:55 -04:00
test_pusher_shard.py