Skip to content

Commit

Permalink
Fixed ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
jimleroyer committed Oct 24, 2023
1 parent 1099d85 commit 990f339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/notifications/process_notifications.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
ScheduledNotification,
Service,
)
from app.notifications import RETRY_POLICY_DEFAULT, RETRY_POLICIES
from app.notifications import RETRY_POLICIES, RETRY_POLICY_DEFAULT
from app.types import VerifiedNotification
from app.utils import get_delivery_queue_for_template, get_template_instance
from app.v2.errors import BadRequestError
Expand Down

0 comments on commit 990f339

Please sign in to comment.