Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mifu67 committed Jan 31, 2025
1 parent 1f4d265 commit 6ca9e81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions src/sentry/testutils/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
query_datasets_to_type,
)
from sentry.incidents.models.alert_rule import (
AlertRule,
AlertRuleDetectionType,
AlertRuleThresholdType,
AlertRuleTriggerAction,
Expand Down Expand Up @@ -171,8 +170,6 @@
from sentry.utils.performance_issues.performance_problem import PerformanceProblem
from sentry.workflow_engine.models import (
Action,
AlertRuleDetector,
AlertRuleWorkflow,
DataCondition,
DataConditionGroup,
DataConditionGroupAction,
Expand Down
3 changes: 0 additions & 3 deletions tests/sentry/workflow_engine/test_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

from sentry.eventstore.models import Event, GroupEvent
from sentry.incidents.grouptype import MetricAlertFire
from sentry.incidents.models.alert_rule import AlertRule
from sentry.incidents.utils.types import QuerySubscriptionUpdate
from sentry.issues.issue_occurrence import IssueOccurrence
from sentry.models.group import Group
Expand All @@ -15,8 +14,6 @@
from sentry.utils.registry import AlreadyRegisteredError
from sentry.workflow_engine.models import (
Action,
AlertRuleDetector,
AlertRuleWorkflow,
DataConditionGroup,
DataPacket,
DataSource,
Expand Down

0 comments on commit 6ca9e81

Please sign in to comment.