mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-02-06 09:45:24 -05:00
![Patrick Cloke](/assets/img/avatar_default.png)
This converts calls like super(Foo, self) -> super(). Generated with: sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py