Forgot one import

This commit is contained in:
Ludovic Stephan 2019-04-17 18:21:15 +02:00
parent a2fcc05672
commit 4064218010

View file

@ -4,9 +4,9 @@ from urllib.parse import parse_qs, urlparse
import icalendar
from django.contrib.auth import get_user_model
from django.core.urlresolvers import reverse
from django.http import QueryDict
from django.test import Client
from django.urls import reverse
from django.utils import timezone
from django.utils.functional import cached_property