forked-synapse/synapse/federation
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
..
sender Catch-up after Federation Outage (split, 4): catch-up loop (#8272) 2020-09-15 09:07:19 +01:00
transport Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
__init__.py Remove unused ReplicationLayer 2018-03-13 11:00:04 +00:00
federation_base.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
federation_client.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
federation_server.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
persistence.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
send_queue.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
units.py Convert calls of async database methods to async (#8166) 2020-08-27 13:38:41 -04:00