forked-synapse/synapse/rest/admin
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 Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
_base.py Don't load the media repo when configured to use an external media repo (#5754) 2019-08-13 21:49:28 +10:00
media.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
purge_room_servlet.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
server_notice_servlet.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
users.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00