Skip to content

Commit

Permalink
fixing lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Dec 6, 2024
1 parent 94227bc commit 2f52f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/incident/service.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def generate_incident_summary(*, db_session: Session, incident: Incident) -> str
return "Incident summary not generated. No AI plugin enabled."

storage_plugin = plugin_service.get_active_instance(
db_session=db_session, plugin_type="storage", project_id=project.id
db_session=db_session, plugin_type="storage", project_id=incident.project.id
)

if not storage_plugin:
Expand Down

0 comments on commit 2f52f77

Please sign in to comment.