This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_admin.py | ||
| test_appservice.py | ||
| test_auth.py | ||
| test_device.py | ||
| test_directory.py | ||
| test_e2e_keys.py | ||
| test_e2e_room_keys.py | ||
| test_federation.py | ||
| test_oidc.py | ||
| test_presence.py | ||
| test_profile.py | ||
| test_register.py | ||
| test_stats.py | ||
| test_sync.py | ||
| test_typing.py | ||
| test_user_directory.py | ||