Skip to content

Commit

Permalink
format;
Browse files Browse the repository at this point in the history
  • Loading branch information
abarolo authored and abarolo committed Feb 25, 2024
1 parent 7ce3c59 commit c552fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/barriers/signals/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
from django.db.models.signals import post_save, pre_save
from django.dispatch import receiver
from notifications_python_client.notifications import NotificationsAPIClient
from related_barriers import model
from related_barriers.model import BARRIER_UPDATE_FIELDS

from api.assessment.models import (
EconomicAssessment,
Expand All @@ -23,6 +21,8 @@
PublicBarrierLightTouchReviews,
)
from api.metadata.constants import TOP_PRIORITY_BARRIER_STATUS
from api.related_barriers import model
from api.related_barriers.model import BARRIER_UPDATE_FIELDS

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit c552fbe

Please sign in to comment.