Skip to content

Commit 64338b6

Browse files
Fix: Remove whitespace from views.py
1 parent 264512b commit 64338b6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/firefighter/incidents/views/views.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class IncidentDetailView(CustomDetailView[Incident]):
148148
"conversation",
149149
"created_by",
150150
]
151-
151+
152152
# Always load post-mortem relationships to display existing data
153153
# even if creation is disabled
154154
try:
@@ -157,7 +157,7 @@ class IncidentDetailView(CustomDetailView[Incident]):
157157
select_related.append("postmortem_for")
158158
except ImportError:
159159
pass
160-
160+
161161
try:
162162
# Only add if jira_app is installed
163163
if "firefighter.jira_app" in settings.INSTALLED_APPS:

0 commit comments

Comments
 (0)