Linter fixes for models

This commit is contained in:
Mouse Reeve
2021-06-18 15:24:10 -07:00
parent d8d6f57373
commit 59938e2d46
6 changed files with 19 additions and 15 deletions

View File

@ -7,6 +7,7 @@ from bookwyrm import models, preview_images
# pylint: disable=line-too-long
class Command(BaseCommand):
"""Creates previews for existing objects"""
help = "Generate preview images"
def add_arguments(self, parser):