MatrixSynapse/synapse/config
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
__main__.py
_base.py
_base.pyi
_util.py
api.py
appservice.py
cache.py
captcha.py
cas.py
consent_config.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
database.py
emailconfig.py
federation.py
groups.py
homeserver.py
jwt_config.py
key.py
logger.py
metrics.py
oidc_config.py
password.py
password_auth_providers.py
push.py
ratelimiting.py
redis.py
registration.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
repository.py
room.py
room_directory.py
saml2_config.py
server.py
server_notices_config.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
spam_checker.py
sso.py
stats.py
third_party_event_rules.py
tls.py
tracer.py
user_directory.py
voip.py Add config linting script that checks for bool casing (#6203) 2019-10-23 13:22:54 +01:00
workers.py