Linting fixes for preview image code

This commit is contained in:
Mouse Reeve
2021-06-18 15:08:36 -07:00
parent a20c4d583c
commit d8d6f57373
3 changed files with 146 additions and 133 deletions

View File

@ -18,9 +18,9 @@ from bookwyrm.preview_images import (
save_and_cleanup,
)
import logging
# pylint: disable=unused-argument
# pylint: disable=missing-function-docstring
class PreviewImages(TestCase):
"""every response to a get request, html or json"""