Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 386372f

Browse files
sort imports
1 parent ed71817 commit 386372f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/gen_ai/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
from hashlib import sha256
44

55
from django.utils.crypto import constant_time_compare
6-
from api.gen_ai.serializers import GenAIAuthSerializer
76
from rest_framework.exceptions import NotFound, PermissionDenied
87
from rest_framework.permissions import AllowAny
98
from rest_framework.response import Response
109
from rest_framework.views import APIView
1110

11+
from api.gen_ai.serializers import GenAIAuthSerializer
1212
from codecov_auth.models import GithubAppInstallation, Owner
1313
from graphql_api.types.owner.owner import AI_FEATURES_GH_APP_ID
1414
from utils.config import get_config

0 commit comments

Comments
 (0)