From 359989af4a611b3683f8aa42f285ecfbead2ddbe Mon Sep 17 00:00:00 2001 From: vapao Date: Mon, 24 Oct 2022 23:08:31 +0800 Subject: [PATCH] =?UTF-8?q?U=20=E4=BC=98=E5=8C=96=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spug_api/apps/repository/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/spug_api/apps/repository/utils.py b/spug_api/apps/repository/utils.py index d499463..8ecade9 100644 --- a/spug_api/apps/repository/utils.py +++ b/spug_api/apps/repository/utils.py @@ -6,7 +6,6 @@ from django.conf import settings from django.db import close_old_connections from libs.utils import AttrDict, human_datetime, render_str, human_seconds_time from apps.repository.models import Repository -from apps.app.utils import fetch_repo from apps.config.utils import compose_configs from apps.deploy.helper import Helper import json