mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-12 01:06:35 -05:00
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _structured.py | ||
| _terse_json.py | ||
| context.py | ||
| formatter.py | ||
| opentracing.py | ||
| scopecontextmanager.py | ||
| utils.py | ||