synapse-product/synapse/replication/http
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 Typing worker needs to handle stream update requests (#7967) 2020-07-28 11:04:53 +01:00
_base.py Switch metaclass initialization to python 3-compatible syntax (#8326) 2020-09-16 15:15:55 -04:00
devices.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
federation.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
login.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
membership.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
presence.py Convert replication code to async/await. (#7987) 2020-08-03 07:12:55 -04:00
register.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
send_event.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
streams.py Convert replication code to async/await. (#7987) 2020-08-03 07:12:55 -04:00