MatrixSynapse/scripts-dev
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
..
build_debian_packages
check-newsfragment
check_line_terminators.sh
check_signature.py
config-lint.sh
convert_server_keys.py
database-save.sh
definitions.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
dump_macaroon.py Remove obsolete __future__ imports (#8337) 2020-09-17 08:37:01 -04:00
federation_client.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
generate_sample_config
hash_history.py Remove obsolete __future__ imports (#8337) 2020-09-17 08:37:01 -04:00
lint.sh
list_url_patterns.py
make_full_schema.sh
mypy_synapse_plugin.py Fix typing for `@cached` wrapped functions (#8240) 2020-09-03 15:38:32 +01:00
next_github_number.sh
sphinx_api_docs.sh
tail-synapse.py
update_database