Skip to content

Commit

Permalink
ignore pylint error moved to the top
Browse files Browse the repository at this point in the history
  • Loading branch information
abachleda-baca committed Nov 1, 2024
1 parent 659185a commit d300670
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion services/notify_service.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# pylint: disable=C0411
from datetime import datetime, timezone
import requests
from notifications_python_client.notifications import NotificationsAPIClient # pylint: disable=C0411
from notifications_python_client.notifications import NotificationsAPIClient
from config.constants import MINISTRY_OF_JUSTICE, MOJ_ANALYTICAL_SERVICES


Expand Down

0 comments on commit d300670

Please sign in to comment.