mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-24 02:25:45 +03:00
8a4a4186de
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.
|