Skip to content

Commit ecf234c

Browse files
Merge branch 'feat/impact_jira_status_sync' of https://github.com/ManoManoTech/firefighter-incident into feat/impact_jira_status_sync
2 parents 58ba339 + 300e0a7 commit ecf234c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/firefighter/raid/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def _handle_status_update(
477477
# Returning True: webhook handled but intentionally skipped due to missing Jira PM link.
478478
return True
479479
try:
480-
from firefighter.jira_app.service_postmortem import ( # noqa: PLC0415
480+
from firefighter.jira_app.service_postmortem import (
481481
jira_postmortem_service,
482482
)
483483

0 commit comments

Comments
 (0)