# What this PR does Related to https://github.com/grafana/oncall/issues/4410 The changes in this PR are a prerequisite to https://github.com/grafana/terraform-provider-grafana/pull/1653. See the conversation [here](https://raintank-corp.slack.com/archives/C04JCU51NF8/p1719806995902499?thread_ts=1719520920.744319&cid=C04JCU51NF8) for more context on why we decided to move away from always creating default personal notification rules for users. ## Checklist - [x] Unit, integration, and e2e (if applicable) tests updated - [x] Documentation added (or `pr:no public docs` PR label added if not required) - [x] Added the relevant release notes label (see labels prefixed w/ `release:`). These labels dictate how your PR will show up in the autogenerated release notes.
6 lines
175 B
Python
6 lines
175 B
Python
from .exceptions import ( # noqa: F401
|
|
BacksyncIntegrationRequestError,
|
|
MaintenanceCouldNotBeStartedError,
|
|
TeamCanNotBeChangedError,
|
|
UnableToSendDemoAlert,
|
|
)
|