Skip to content

Commit

Permalink
LOL
Browse files Browse the repository at this point in the history
remove Q import so pylint doesn't grumble
  • Loading branch information
hughrun committed Jun 9, 2024
1 parent 261e794 commit 1d4119e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bookwyrm/models/bookwyrm_export_job.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
from s3_tar import S3Tar

from django.db.models import BooleanField, FileField, JSONField
from django.db.models import Q
from django.core.serializers.json import DjangoJSONEncoder
from django.core.files.base import ContentFile
from django.core.files.storage import storages
Expand Down

0 comments on commit 1d4119e

Please sign in to comment.