MatrixSynapse/tests/handlers
Andrew Morgan 4548d1f87e
Remove unnecessary parentheses around return statements (#5931)
Python will return a tuple whether there are parentheses around the returned values or not.

I'm just sick of my editor complaining about this all over the place :)
2019-08-30 16:28:26 +01:00
..
__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_presence.py
test_profile.py
test_register.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
test_roomlist.py
test_stats.py
test_sync.py
test_typing.py
test_user_directory.py