Skip to content

Commit 7c597b5

Browse files
ref(dx): Fix one more path to eventstore in services (#97765)
1 parent 1b71599 commit 7c597b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sentry/workflow_engine/processors/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
from django.utils import timezone
1111

1212
from sentry import buffer, features
13-
from sentry.eventstore.models import GroupEvent
1413
from sentry.models.activity import Activity
1514
from sentry.models.environment import Environment
15+
from sentry.services.eventstore.models import GroupEvent
1616
from sentry.utils import json
1717
from sentry.workflow_engine.models import Action, DataConditionGroup, Detector, Workflow
1818
from sentry.workflow_engine.models.workflow_data_condition_group import WorkflowDataConditionGroup

0 commit comments

Comments
 (0)