mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-12-21 02:54:19 -05:00
8a4a4186de
This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
2 lines
45 B
Plaintext
2 lines
45 B
Plaintext
Simplify `super()` calls to Python 3 syntax.
|