* Remove auto-recreating logic for UserNotificationPolicy It's removed to get rid of select_for_update on User on each notify_user_task * Fix and add tests * remove get_user_policies method
6 lines
183 B
Python
6 lines
183 B
Python
from .exceptions import ( # noqa: F401
|
|
MaintenanceCouldNotBeStartedError,
|
|
TeamCanNotBeChangedError,
|
|
UnableToSendDemoAlert,
|
|
UserNotificationPolicyCouldNotBeDeleted,
|
|
)
|