Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Mar 19, 2024
1 parent 02da214 commit 6ca0604
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/celery/nightly_tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,7 @@
from app.config import QueueNames
from app.cronitor import cronitor
from app.dao.inbound_sms_dao import delete_inbound_sms_older_than_retention
from app.dao.jobs_dao import (
dao_archive_jobs,
dao_get_jobs_older_than_data_retention,
)
from app.dao.jobs_dao import dao_archive_jobs, dao_get_jobs_older_than_data_retention
from app.dao.notifications_dao import (
dao_timeout_notifications,
delete_notifications_older_than_retention_by_type,
Expand Down

0 comments on commit 6ca0604

Please sign in to comment.