Skip to content

Commit 0131e75

Browse files
committed
remove the receiver from the old init, add it to the new
1 parent 0a6c43d commit 0131e75

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/sentry/receivers/__init__.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
from .outbox.cell import * # noqa: F401,F403
1010
from .outbox.control import * # noqa: F401,F403
1111
from .owners import * # noqa: F401,F403
12-
from .project_detectors import * # noqa: F401,F403
1312
from .releases import * # noqa: F401,F403
1413
from .rule_snooze import * # noqa: F401,F403
1514
from .rules import * # noqa: F401,F403

src/sentry/workflow_engine/receivers/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@
55
from .data_source_detector import * # NOQA
66
from .detector import * # NOQA
77
from .detector_workflow import * # NOQA
8+
from .project_detectors import * # noqa: F401,F403
89
from .workflow import * # NOQA
910
from .workflow_data_condition_group import * # NOQA

0 commit comments

Comments
 (0)