Skip to content

Commit

Permalink
🐛 fix: update import in test
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrajjoshi committed Feb 4, 2025
1 parent aa95456 commit 6394eb6
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
from sentry.grouping.grouptype import ErrorGroupType
from sentry.issues.grouptype import MetricIssuePOC
from sentry.utils.registry import NoRegistrationExistsError
from sentry.workflow_engine.handlers.action.notification import NotificationActionHandler
from sentry.workflow_engine.handlers.action.notification.notification import (
NotificationActionHandler,
)
from sentry.workflow_engine.models import Action
from sentry.workflow_engine.types import WorkflowJob
from tests.sentry.workflow_engine.test_base import BaseWorkflowTest
Expand Down

0 comments on commit 6394eb6

Please sign in to comment.