mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-12 17:52:30 -05:00
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
||
|---|---|---|
| .. | ||
| streams | ||
| __init__.py | ||
| client.py | ||
| commands.py | ||
| handler.py | ||
| protocol.py | ||
| redis.py | ||
| resource.py | ||