We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6c43d commit 0131e75Copy full SHA for 0131e75
src/sentry/receivers/__init__.py
@@ -9,7 +9,6 @@
9
from .outbox.cell import * # noqa: F401,F403
10
from .outbox.control import * # noqa: F401,F403
11
from .owners import * # noqa: F401,F403
12
-from .project_detectors import * # noqa: F401,F403
13
from .releases import * # noqa: F401,F403
14
from .rule_snooze import * # noqa: F401,F403
15
from .rules import * # noqa: F401,F403
src/sentry/workflow_engine/receivers/__init__.py
@@ -5,5 +5,6 @@
5
from .data_source_detector import * # NOQA
6
from .detector import * # NOQA
7
from .detector_workflow import * # NOQA
8
+from .project_detectors import * # noqa: F401,F403
from .workflow import * # NOQA
from .workflow_data_condition_group import * # NOQA
0 commit comments