Skip to content
Snippets Groups Projects
Verified Commit 4e110e0b authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Fix missing import broken by merge

parent 0d7c17a5
No related branches found
No related tags found
No related merge requests found
......@@ -5,6 +5,7 @@ import re
from django.apps import apps
from django.conf import settings
from django.contrib.auth import get_user_model
from django.core.files import File
from django.db import DataError, IntegrityError, transaction
from django.db.models import fields
from django.db.models.fields.files import FieldFile, FileField
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment