Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed May 7, 2024
1 parent c959fcf commit b79b0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pretalx_downstream/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b79b0b8

Please sign in to comment.