diff --git a/pretalx_downstream/tasks.py b/pretalx_downstream/tasks.py index 9138924..d23c4bc 100644 --- a/pretalx_downstream/tasks.py +++ b/pretalx_downstream/tasks.py @@ -5,8 +5,8 @@ from logging import getLogger from xml.etree import ElementTree as ET -import requests import dateutil.parser +import requests from django.db import transaction from django.db.utils import IntegrityError from django.utils.timezone import now