MatrixSynapse/synapse/storage/databases/state
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
..
schema
__init__.py
bg_updates.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
store.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00