Skip to content

Commit f87cb2c

Browse files
committed
lint
1 parent 0aacf9f commit f87cb2c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/sentry/seer/autofix/autofix_agent.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
from django.utils import timezone
99
from pydantic import BaseModel
1010
from rest_framework.exceptions import PermissionDenied
11+
from scm.types import GetBranchProtocol, GetRepositoryProtocol
1112

1213
from sentry import analytics, features, quotas
1314
from sentry.analytics.events.autofix_events import (
@@ -51,8 +52,6 @@
5152
from sentry.sentry_apps.models.platformexternalissue import PlatformExternalIssue
5253
from sentry.sentry_apps.tasks.sentry_apps import broadcast_webhooks_for_organization
5354
from sentry.sentry_apps.utils.webhooks import SeerActionType
54-
from scm.types import GetBranchProtocol, GetRepositoryProtocol
55-
5655
from sentry.utils import json, metrics
5756

5857
if TYPE_CHECKING:

0 commit comments

Comments
 (0)