MatrixSynapse/synapse/util
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
..
caches Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
__init__.py Use slots in attrs classes where possible (#8296) 2020-09-14 12:50:06 -04:00
async_helpers.py Add types to async_helpers (#8260) 2020-09-08 16:50:51 -04:00
daemonize.py
distributor.py Remove some unused distributor signals (#8216) 2020-09-09 12:22:00 -04:00
file_consumer.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
frozenutils.py Directly import json from the standard library. (#8259) 2020-09-08 07:33:48 -04:00
hash.py
httpresourcetree.py
iterutils.py
jsonobject.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
logcontext.py
logformatter.py
manhole.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
metrics.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
module_loader.py
msisdn.py
patch_inline_callbacks.py Remove obsolete __future__ imports (#8337) 2020-09-17 08:37:01 -04:00
ratelimitutils.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
retryutils.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
rlimit.py
stringutils.py
threepids.py
versionstring.py
wheel_timer.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00