MatrixSynapse/synapse/rest/media/v1
Richard van der Hoff ef771cc4c2 Fix a number of flake8 errors
Broadly three things here:

* disable W504 which seems a bit whacko
* remove a bunch of `as e` expressions from exception handlers that don't use
  them
* use `r""` for strings which include backslashes

Also, we don't use pep8 any more, so we can get rid of the duplicate config
there.
2018-10-24 10:39:03 +01:00
..
__init__.py
_base.py
config_resource.py
download_resource.py
filepath.py
identicon_resource.py
media_repository.py Correctly account for cpu usage by background threads (#4074) 2018-10-23 13:12:32 +01:00
media_storage.py Correctly account for cpu usage by background threads (#4074) 2018-10-23 13:12:32 +01:00
preview_url_resource.py Fix a number of flake8 errors 2018-10-24 10:39:03 +01:00
storage_provider.py Correctly account for cpu usage by background threads (#4074) 2018-10-23 13:12:32 +01:00
thumbnail_resource.py
thumbnailer.py
upload_resource.py