mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-11 16:35:24 -05:00
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| attestations.py | ||
| groups_server.py | ||