Skip to content

Commit

Permalink
fix: import needs to import the incident module
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Aug 9, 2024
1 parent f570d74 commit c1a1984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/modules/incident/incident_alert.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from integrations.sentinel import log_to_sentinel
from modules import incident
from modules.incident import incident
from models import webhooks


Expand Down

0 comments on commit c1a1984

Please sign in to comment.