Patrick Cloke
|
8a4a4186de
|
Simplify super() calls to Python 3 syntax. (#8344)
This converts calls like super(Foo, self) -> super().
Generated with:
sed -i "" -Ee 's/super\([^\(]+\)/super()/g' **/*.py
|
2020-09-18 09:56:44 -04:00 |
Patrick Cloke
|
b49a5b9307
|
Convert stats and related calls to async/await (#8192)
|
2020-08-27 17:24:37 -04:00 |
Patrick Cloke
|
4c6c56dc58
|
Convert simple_select_one and simple_select_one_onecol to async (#8162)
|
2020-08-26 07:19:32 -04:00 |
Patrick Cloke
|
7f837959ea
|
Convert directory, e2e_room_keys, end_to_end_keys, monthly_active_users database to async (#8042)
|
2020-08-07 13:36:29 -04:00 |
Erik Johnston
|
a7bdf98d01
|
Rename database classes to make some sense (#8033)
|
2020-08-05 21:38:57 +01:00 |