Skip to content

Commit

Permalink
chore: update imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharest authored Sep 10, 2024
1 parent 9ee38a8 commit 5fdd215
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/jobs/scheduled_tasks.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# from jobs.revoke_aws_sso_access import revoke_aws_sso_access
from jobs.notify_stale_incident_channels import notify_stale_incident_channels
import threading
import time
import schedule
Expand All @@ -10,6 +8,7 @@

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

logging.basicConfig(level=logging.INFO)

Expand Down

0 comments on commit 5fdd215

Please sign in to comment.