Skip to content

Commit 2cf8887

Browse files
Fix import
1 parent ecf234c commit 2cf8887

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/firefighter/raid/serializers.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
JiraUserNotFoundError,
1616
SlackNotificationError,
1717
)
18+
from firefighter.jira_app.service_postmortem import jira_postmortem_service
1819
from firefighter.raid.client import client as jira_client
1920
from firefighter.raid.forms import (
2021
alert_slack_comment_ticket,
@@ -477,10 +478,6 @@ def _handle_status_update(
477478
# Returning True: webhook handled but intentionally skipped due to missing Jira PM link.
478479
return True
479480
try:
480-
from firefighter.jira_app.service_postmortem import (
481-
jira_postmortem_service,
482-
)
483-
484481
is_ready, current_status = jira_postmortem_service.is_postmortem_ready(
485482
incident.jira_postmortem_for
486483
)

0 commit comments

Comments
 (0)