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

@ -1,12 +1,12 @@
""" Generate preview images """
import sys
from django.core.management.base import BaseCommand
from bookwyrm import activitystreams, models, settings, preview_images
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):