Skip to content

Commit

Permalink
fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cathteng committed Jan 2, 2025
1 parent 4a1ce06 commit e85b3f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/sentry/issues/grouptype.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,8 @@
if TYPE_CHECKING:
from sentry.models.organization import Organization
from sentry.models.project import Project
from sentry.workflow_engine.handlers.detector import DetectorHandler
from sentry.workflow_engine.endpoints.validators.base import BaseGroupTypeDetectorValidator

import logging
from sentry.workflow_engine.handlers.detector import DetectorHandler

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit e85b3f9

Please sign in to comment.