Skip to content

Commit

Permalink
chore: reformat files
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Oct 15, 2024
1 parent 30e5c66 commit bfedbbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion event_routing_backends/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
import datetime
import logging
import uuid
from functools import lru_cache
from urllib.parse import parse_qs, urlparse

from functools import lru_cache
from dateutil.parser import parse
from django.conf import settings
from django.contrib.auth import get_user_model
Expand Down

0 comments on commit bfedbbc

Please sign in to comment.