From e89e4dc180499fad27b85c5a36e70281445bf290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E5=89=8D=E6=98=8E?= <909355014@qq.com> Date: Mon, 3 Oct 2022 13:30:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E6=95=B0=E6=8D=AE=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/develop/views.py | 1 - apps/utils/views.py | 1 - 2 files changed, 2 deletions(-) diff --git a/apps/develop/views.py b/apps/develop/views.py index 568cf7e0..3f5b6809 100755 --- a/apps/develop/views.py +++ b/apps/develop/views.py @@ -14,7 +14,6 @@ from rest_framework.exceptions import APIException from apps.ecm.service import check_not_in_place, create_remind, handle_xx_event, loc_change, notify_event, rail_in, snap_and_analyse from apps.ecm.tasks import opl_task, update_count_people from apps.opm.models import Opl -from apps.system.tasks import show from apps.third.clients import dhClient from apps.third.models import TDevice from apps.utils.sms import send_sms diff --git a/apps/utils/views.py b/apps/utils/views.py index ee7e22f3..0cd24fe8 100755 --- a/apps/utils/views.py +++ b/apps/utils/views.py @@ -2,7 +2,6 @@ import os import cv2 from django.http import HttpResponse -from apps.system.tasks import show from apps.utils.errors import SIGN_MAKE_FAIL from server.settings import BASE_DIR import numpy as np