Linter fixes for models
This commit is contained in:
parent
d8d6f57373
commit
59938e2d46
6 changed files with 19 additions and 15 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue