mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-11 02:29:21 -04:00

This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py