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