Skip to content

Commit 9a79120

Browse files
🛠️ apply pre-commit fixes
1 parent 42e7e29 commit 9a79120

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sentry/sentry_apps/api/endpoints/sentry_app_details.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@
3030
from sentry.sentry_apps.api.serializers.sentry_app import (
3131
SentryAppSerializer as ResponseSentryAppSerializer,
3232
)
33-
from sentry.sentry_apps.api.serializers.sentry_app import (
34-
SentryAppSerializerResponse,
35-
)
33+
from sentry.sentry_apps.api.serializers.sentry_app import SentryAppSerializerResponse
3634
from sentry.sentry_apps.installations import SentryAppInstallationNotifier
3735
from sentry.sentry_apps.logic import SentryAppUpdater
3836
from sentry.sentry_apps.models.sentry_app import SentryApp

0 commit comments

Comments
 (0)