Skip to content
Snippets Groups Projects
Verified Commit 1d214fc1 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Add missing import

parent 2c3f3fe4
No related branches found
No related tags found
No related merge requests found
......@@ -12,6 +12,7 @@ from uuid import uuid4
from django.conf import settings
from django.db.models import Model
from django.http import HttpRequest
from django.shortcuts import get_object_or_404
from django.utils import timezone
from django.utils.functional import lazy
......
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