Skip to content

Commit

Permalink
fix: import method from module with same name (#642)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Sep 10, 2024
1 parent 46d9571 commit 078b03f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/jobs/scheduled_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from integrations.aws import identity_store
from modules.aws import identity_center
from modules.incident import notify_stale_incident_channels
from modules.incident.notify_stale_incident_channels import notify_stale_incident_channels

logging.basicConfig(level=logging.INFO)

Expand Down

0 comments on commit 078b03f

Please sign in to comment.