Skip to content

Commit

Permalink
ignore wrong import order error
Browse files Browse the repository at this point in the history
  • Loading branch information
abachleda-baca committed Nov 1, 2024
1 parent 192bcc7 commit 1a41169
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions services/notify_service.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
from datetime import datetime, timezone
import requests
from notifications_python_client.notifications import NotificationsAPIClient

from notifications_python_client.notifications import NotificationsAPIClient # noqa: C0411
from config.constants import MINISTRY_OF_JUSTICE, MOJ_ANALYTICAL_SERVICES


Expand Down

0 comments on commit 1a41169

Please sign in to comment.