mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-03-05 15:55:49 -05:00

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