diff --git a/src/sponsors/models.py b/src/sponsors/models.py index 2555781a..c7f78731 100644 --- a/src/sponsors/models.py +++ b/src/sponsors/models.py @@ -1,6 +1,6 @@ from django.db import models -from utils.models import CampRelatedModel, CreatedUpdatedModel +from utils.models import CampRelatedModel def get_sponsor_upload_path(instance, filename):