mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 05:10:37 -05:00
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
||
|---|---|---|
| .. | ||
| admin | ||
| client | ||
| consent | ||
| key | ||
| media | ||
| oidc | ||
| saml2 | ||
| synapse | ||
| __init__.py | ||
| health.py | ||
| well_known.py | ||