Skip to content

Commit

Permalink
reorder imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtro committed May 13, 2024
1 parent 8e2de1f commit b0088ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/api/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
from django.conf.urls import include
from django.urls import URLPattern, URLResolver, re_path

from sentry.api.endpoints.auth_validate import AuthValidateEndpoint
from sentry.api.endpoints.group_autofix_setup_check import GroupAutofixSetupCheck
from sentry.api.endpoints.group_event_details import GroupEventDetailsEndpoint
from sentry.api.endpoints.group_similar_issues_embeddings import (
Expand Down Expand Up @@ -201,6 +200,7 @@
from .endpoints.auth_config import AuthConfigEndpoint
from .endpoints.auth_index import AuthIndexEndpoint
from .endpoints.auth_login import AuthLoginEndpoint
from .endpoints.auth_validate import AuthValidateEndpoint
from .endpoints.authenticator_index import AuthenticatorIndexEndpoint
from .endpoints.avatar import (
DocIntegrationAvatarEndpoint,
Expand Down

0 comments on commit b0088ee

Please sign in to comment.