mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-06 07:56:51 +00:00
This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
1 line
45 B
Text
1 line
45 B
Text
Simplify `super()` calls to Python 3 syntax.
|