MatrixSynapse/synapse/rest/media/v1
Andrew Morgan 2a44782666
Remove double return statements (#5962)
Remove all the "double return" statements which were a result of us removing all the instances of

```
defer.returnValue(...)
return
```

statements when we switched to python3 fully.
2019-09-03 11:42:45 +01:00
..
__init__.py
_base.py
config_resource.py
download_resource.py
filepath.py
media_repository.py
media_storage.py
preview_url_resource.py Remove double return statements (#5962) 2019-09-03 11:42:45 +01:00
storage_provider.py
thumbnail_resource.py
thumbnailer.py
upload_resource.py