oncall-engine/engine/apps/mobile_app/tasks/__init__.py

12 lines
488 B
Python
Raw Permalink Normal View History

from .going_oncall_notification import ( # noqa:F401
conditionally_send_going_oncall_push_notifications_for_all_schedules,
conditionally_send_going_oncall_push_notifications_for_schedule,
)
from .new_alert_group import notify_user_about_new_alert_group # noqa:F401
from .new_shift_swap_request import ( # noqa:F401
notify_beneficiary_about_taken_shift_swap_request,
notify_shift_swap_request,
notify_shift_swap_requests,
notify_user_about_shift_swap_request,
)