mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-12-10 05:56:29 -05:00
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
||
|---|---|---|
| .. | ||
| main | ||
| state | ||
| __init__.py | ||