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

Commit 4dd984d

Browse files
Sort
1 parent 1ef6d08 commit 4dd984d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql_api/actions/repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
from django.db.models import QuerySet
66
from shared.django_apps.codecov_auth.models import GithubAppInstallation, Owner
77
from shared.django_apps.core.models import Repository
8-
from utils.config import get_config
98

9+
from utils.config import get_config
1010

1111
log = logging.getLogger(__name__)
1212
AI_FEATURES_GH_APP_ID = get_config("github", "ai_features_app_id")

0 commit comments

Comments
 (0)