Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
keeganland committed May 11, 2021
1 parent 649de1c commit b904d35
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dispatch/modules/content/models.py
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
import io
import os
import re
import uuid
import datetime

from django.db import models

from sys import getsizeof
from jsonfield import JSONField
from PIL import Image as Img

from django.db import IntegrityError
from django.db import transaction

from django.db.models import (
Expand All @@ -22,8 +19,6 @@
from django.utils import timezone
from django.core.files.storage import default_storage
from django.core.files.uploadedfile import InMemoryUploadedFile
from django.db.models.signals import post_delete
from django.dispatch import receiver

from dispatch.modules.content.managers import PublishableManager
from dispatch.modules.content.render import content_to_html
Expand Down

0 comments on commit b904d35

Please sign in to comment.