MatrixSynapse/synapse/rest/media/v1
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
_base.py
config_resource.py
download_resource.py
filepath.py
media_repository.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
media_storage.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
preview_url_resource.py Replace returnValue with return (#5736) 2019-07-23 23:00:55 +10:00
storage_provider.py
thumbnail_resource.py
thumbnailer.py Remove unnecessary parentheses around return statements (#5931) 2019-08-30 16:28:26 +01:00
upload_resource.py